You are here

constant HookEventDispatcherInterface::PATH_INSERT in Hook Event Dispatcher 8

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

Respond to a path being inserted.

See also

hook_event_dispatcher_path_insert()

hook_path_insert()

File

src/HookEventDispatcherInterface.php, line 365

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const PATH_INSERT = 'hook_event_dispatcher.path.insert';