You are here

public function RegisterJSCallbacks::getCallbacks in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 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\Events

Code

public function getCallbacks() {
  return $this->callbacks;
}