You are here

service plugin.manager.js.callback in JS Callback Handler 8.3

Class

Drupal\js\JsCallbackManager
1 string reference to plugin.manager.js.callback
Js::create in src/Js.php
Instantiates a new instance of this class.

File

./js.services.yml
js.services.yml

View source
  1. class: Drupal\js\JsCallbackManager
  2. calls:
  3. - [setContainer, ['@service_container']]
  4. arguments:
  5. - '@container.namespaces'
  6. - '@cache.discovery'
  7. - '@module_handler'
  8. - '@theme_handler'
  9. - '@theme.manager'