You are here

constant FieldPermissionTypeInterface::ACCESS_CUSTOM in Field Permissions 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/FieldPermissionTypeInterface.php \Drupal\field_permissions\Plugin\FieldPermissionTypeInterface::ACCESS_CUSTOM

Indicates that a field is using the custom permission type.

@internal

This is here as a helper since there are still special handling of the various plugins throughout this module.

See also

\Drupal\field_permissions\Plugin\FieldPermissionType\CustomAccess

File

src/Plugin/FieldPermissionTypeInterface.php, line 49

Class

FieldPermissionTypeInterface
A field permission type plugin interface.

Namespace

Drupal\field_permissions\Plugin

Code

const ACCESS_CUSTOM = 'custom';