You are here

constant PARAGRAPHS_ITEM_ACCESS_ALLOW in Paragraphs 7

4 uses of PARAGRAPHS_ITEM_ACCESS_ALLOW
hook_paragraphs_item_access in ./paragraphs.api.php
Check whether a user may perform the operation on the paragraphs item.
paragraphs_bundle_permissions_paragraphs_item_access in modules/paragraphs_bundle_permissions/paragraphs_bundle_permissions.module
Implements hook_paragraphs_item_access().
paragraphs_item_access in ./paragraphs.module
Access check for paragraphs.
paragraphs_paragraphs_item_access in ./paragraphs.module
Implements hook_paragraphs_item_access().

File

./paragraphs.module, line 19
Paragraphs hooks and common functions.

Code

define('PARAGRAPHS_ITEM_ACCESS_ALLOW', 'allow');