You are here

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

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

Respond to a path being inserted.

See also

path_event_dispatcher_path_insert()

hook_path_insert()

File

src/HookEventDispatcherInterface.php, line 440

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const PATH_INSERT = self::PREFIX . 'path.insert';