public function EntityFieldValueAccessDeniedEvent::getField in Permissions by Term 8
Same name and namespace in other branches
- 8.2 modules/permissions_by_entity/src/Event/EntityFieldValueAccessDeniedEvent.php \Drupal\permissions_by_entity\Event\EntityFieldValueAccessDeniedEvent::getField()
Returns the field.
Return value
\Drupal\Core\Field\FieldItemListInterface The field that contains the fieldable entity.
File
- modules/
permissions_by_entity/ src/ Event/ EntityFieldValueAccessDeniedEvent.php, line 60
Class
- EntityFieldValueAccessDeniedEvent
- Class EntityFieldValueAccessDeniedEvent.
Namespace
Drupal\permissions_by_entity\EventCode
public function getField() {
return $this->field;
}