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\EntityFieldCode
public function getItems() {
return $this->items;
}