You are here

constant Events::DONE in Entity Browser 8

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

The DONE event occurs when selection process is done. While it can be emitted by any part of the system that will usually be done by selection display plugin.

File

src/Events/Events.php, line 24

Class

Events
Contains all events thrown by entity browser.

Namespace

Drupal\entity_browser\Events

Code

const DONE = 'entity_browser.done';