You are here

public constant HookEventDispatcherInterface::LIBRARY_INFO_ALTER in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::LIBRARY_INFO_ALTER
  2. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::LIBRARY_INFO_ALTER

Alter the library info provided by an extension.

See also

core_event_dispatcher_library_info_alter()

hook_library_info_alter()

File

src/HookEventDispatcherInterface.php, line 678

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const LIBRARY_INFO_ALTER = self::PREFIX . 'library.info_alter';