public constant HookEventDispatcherInterface::PATH_INSERT in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PATH_INSERT
- 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PATH_INSERT
Respond to a path being inserted.
See also
path_event_dispatcher_path_insert()
File
- src/
HookEventDispatcherInterface.php, line 440
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const PATH_INSERT = self::PREFIX . 'path.insert';