You are here

public function EntityFieldAccessEvent::getItems in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/core_event_dispatcher/src/Event/Entity/EntityFieldAccessEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityFieldAccessEvent::getItems()

Get the items.

Return value

\Drupal\Core\Field\FieldItemListInterface The items.

File

modules/core_event_dispatcher/src/Event/Entity/EntityFieldAccessEvent.php, line 118

Class

EntityFieldAccessEvent
Class EntityInsertEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

public function getItems() : FieldItemListInterface {
  return $this->items;
}