You are here

protected property RegisterJSCallbacks::$callbacks in Entity Browser 8

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

JS callbacks.

Type: array

File

src/Events/RegisterJSCallbacks.php, line 15

Class

RegisterJSCallbacks
Collects "selection completed" JS callbacks.

Namespace

Drupal\entity_browser\Events

Code

protected $callbacks = [];