protected static property Pbf::$operations in Permissions by field 8
The access rights operations.
Type: array
File
- src/
Plugin/ Field/ FieldType/ Pbf.php, line 33
Class
- Pbf
- Plugin implementation of the 'pbf' field type.
Namespace
Drupal\pbf\Plugin\Field\FieldTypeCode
protected static $operations = [
'grant_public' => 'Public',
'grant_view' => 'Grant View',
'grant_update' => 'Grant Update',
'grant_delete' => 'Grant Delete',
];