You are here

public function EntityFieldValueAccessDeniedEvent::getField in Permissions by Term 8.2

Same name and namespace in other branches
  1. 8 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\Event

Code

public function getField() {
  return $this->field;
}