Main

type

0 (not classified)

status

30 (imported + raw text content deleted)

review version

0

cleanup version

0

pending deletion

0 (-)

created at

2025-11-14 03:09:23

updated at

2025-11-14 03:09:24

Address

url

https://legacy-documentation.concrete5.org/developers/permissions/task-based-permissions/

url length

89

url crc

62785

url crc32

329184577

location type

1 (url matches target location, page_location is empty)

canonical status

2 (missing canonical tag in html)

canonical page id

-

Source

domain id

511150584

domain tld

2688

domain parts

0

originating warc id

-

originating url

https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151280022.17/warc/CC-MAIN-20250808065623-20250808095623-00501.warc.gz

source type

11 (CommonCrawl)

Server response

server ip

3.171.76.8

Publication date

2025-08-08 07:34:27

Fetch attempts

0

Original html size

24447

Normalized and saved size

10036

Content

title

Task-based Permissions :: Legacy Documentation

excerpt

content

concrete 5.4 introduces the concept of task-based permissions. These permissions are highly specific to a certain task, as opposed to general content-based permissions (which are based around specific instances and types of content.) These task permissions can be accessed from the dashboard. Developers can also install their own task permissions, and install them through a package. Example of Task-Based Permissions Specifying who can edit page defaults Specifying who can sign in as a user account. Specifying who can uninstall packages Checking a Task-Based Permission against the Logged-In User $tp = TaskPermission::getByHandle('page_defaults'); if ($tp->can()) { print 'yes'; } Using the Magic Method Grab the handle of the task-based permission, camelcase it, and add it to "canAccess" $tp = new TaskPermission(); if ($tp->canAcessPageDefaults()) { print 'yes'; } Checking a task-based permission against another user or group Simply pass the Group ...

author

updated

2025-11-29 13:38:18

Text analysis

block type

0

extracted fields

104

extracted bits

title
full content
content was extracted heuristically

detected location

0

detected language

1 (English)

category id

Pozostałe (16)

index version

2025123101

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

1888

text words

337

text unique words

125

text lines

1

text sentences

22

text paragraphs

1

text words per sentence

15

text matched phrases

0

text matched dictionaries

0