You are here

constant Events::REGISTER_JS_CALLBACKS in Entity Browser 8

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

The REGISTER_JS_CALLBACKS collects JS callbacks that need to be notified when we bring selected entities back to the form. Callbacks are responsible to propagate selection further to entitiy fields, etc.

File

src/Events/Events.php, line 33

Class

Events
Contains all events thrown by entity browser.

Namespace

Drupal\entity_browser\Events

Code

const REGISTER_JS_CALLBACKS = 'entity_browser.register_js_callbacks';