public function RegisterJSCallbacks::getCallbacks in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/Events/RegisterJSCallbacks.php \Drupal\entity_browser\Events\RegisterJSCallbacks::getCallbacks()
Gets callbacks.
Return value
array List of callbacks.
File
- src/
Events/ RegisterJSCallbacks.php, line 53
Class
- RegisterJSCallbacks
- Collects "selection completed" JS callbacks.
Namespace
Drupal\entity_browser\EventsCode
public function getCallbacks() {
return $this->callbacks;
}