You are here

protected property Base::$fieldStorage in Field Permissions 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/FieldPermissionType/Base.php \Drupal\field_permissions\Plugin\FieldPermissionType\Base::fieldStorage

The field storage.

Type: \Drupal\field\FieldStorageConfigInterface

File

src/Plugin/FieldPermissionType/Base.php, line 22

Class

Base
An abstract implementation of FieldPermissionTypeInterface.

Namespace

Drupal\field_permissions\Plugin\FieldPermissionType

Code

protected $fieldStorage;