public function EntityFieldAccessEvent::getItems in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 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\EntityCode
public function getItems() : FieldItemListInterface {
return $this->items;
}