You are here

class SelectionDoneEvent in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/Events/SelectionDoneEvent.php \Drupal\entity_browser\Events\SelectionDoneEvent

Represents finished selection as event.

Hierarchy

  • class \Drupal\entity_browser\Events\EventBase extends \Symfony\Component\EventDispatcher\Event

Expanded class hierarchy of SelectionDoneEvent

1 file declares its use of SelectionDoneEvent
SelectionDisplayBase.php in src/SelectionDisplayBase.php

File

src/Events/SelectionDoneEvent.php, line 8

Namespace

Drupal\entity_browser\Events
View source
class SelectionDoneEvent extends EventBase {

}

Members

Namesort descending Modifiers Type Description Overrides
EventBase::$entityBrowserID protected property Entity browser id.
EventBase::$instanceUUID protected property Entity browser instance UUID.
EventBase::getBrowserID public function Gets the entity browser ID:.
EventBase::getBrowserInstanceUUID public function Gets the entity browser instance UUID:.
EventBase::__construct public function Constructs a EntitySelectionEvent object. 2