You are here

public function EntityLoadEvent::getEntities in Hook Event Dispatcher 8

Get the entities.

Return value

array The entities.

File

src/Event/Entity/EntityLoadEvent.php, line 46

Class

EntityLoadEvent
Class EntityLoadEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

public function getEntities() {
  return $this->entities;
}