constant FieldPermissionTypeInterface::ACCESS_PUBLIC in Field Permissions 8
Same name and namespace in other branches
- 8.2 src/Plugin/FieldPermissionTypeInterface.php \Drupal\field_permissions\Plugin\FieldPermissionTypeInterface::ACCESS_PUBLIC
Indicates that a field does not have field-specific access control.
Public field access is not implemented as a plugin because it effectively means this module does not process any access control for fields with this type of permission.
File
- src/
Plugin/ FieldPermissionTypeInterface.php, line 22
Class
- FieldPermissionTypeInterface
- A field permission type plugin interface.
Namespace
Drupal\field_permissions\PluginCode
const ACCESS_PUBLIC = 'public';