public function EntityLoadEvent::getEntities in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Entity/EntityLoadEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityLoadEvent::getEntities()
Get the entities.
Return value
array The entities.
File
- modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityLoadEvent.php, line 46
Class
- EntityLoadEvent
- Class EntityLoadEvent.
Namespace
Drupal\core_event_dispatcher\Event\EntityCode
public function getEntities() : array {
return $this->entities;
}