You are here

public function EntityFieldAccessEvent::getItems in Hook Event Dispatcher 8

Get the items.

Return value

\Drupal\Core\Field\FieldItemListInterface The items.

File

src/Event/EntityField/EntityFieldAccessEvent.php, line 116

Class

EntityFieldAccessEvent
Class EntityInsertEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityField

Code

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