You are here

public constant HookEventDispatcherInterface::JS_ALTER in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::JS_ALTER
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::JS_ALTER

Perform necessary alterations to the JS before it is presented on the page.

See also

core_event_dispatcher_js_alter()

hook_js_alter()

File

src/HookEventDispatcherInterface.php, line 666

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const JS_ALTER = self::PREFIX . 'js.alter';