You are here

public function EntitySelectionEvent::getEntities in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Events/EntitySelectionEvent.php \Drupal\entity_browser\Events\EntitySelectionEvent::getEntities()

Gets selected entities.

Return value

\Drupal\Core\Entity\EntityInterface[]

File

src/Events/EntitySelectionEvent.php, line 37

Class

EntitySelectionEvent
Represents entity selection as event.

Namespace

Drupal\entity_browser\Events

Code

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