You are here

protected property EntitySelectionEvent::$entities in Entity Browser 8

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

Entities being selected.

Type: \Drupal\Core\Entity\EntityInterface[]

File

src/Events/EntitySelectionEvent.php, line 15

Class

EntitySelectionEvent
Represents entity selection as event.

Namespace

Drupal\entity_browser\Events

Code

protected $entities;