class SelectionDoneEvent in Entity Browser 8
Same name and namespace in other branches
- 8.2 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
- class \Drupal\entity_browser\Events\SelectionDoneEvent
Expanded class hierarchy of SelectionDoneEvent
1 file declares its use of SelectionDoneEvent
File
- src/
Events/ SelectionDoneEvent.php, line 8
Namespace
Drupal\entity_browser\EventsView source
class SelectionDoneEvent extends EventBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventBase:: |
protected | property | Entity browser id. | |
EventBase:: |
protected | property | Entity browser instance UUID. | |
EventBase:: |
public | function | Gets the entity browser ID:. | |
EventBase:: |
public | function | Gets the entity browser instance UUID:. | |
EventBase:: |
public | function | Constructs a EntitySelectionEvent object. | 2 |