crocheteer-8.x-1.0/src/Annotation/HookPathInsert.php
src/Annotation/HookPathInsert.php
<?php
namespace Drupal\crocheteer\Annotation;
/**
* Annotation class for Hook Path Insert.
*
* @see \hook_path_insert()
* @see \Drupal\crocheteer\Plugin\Hook\Path\HookPathInsertPlugin
* @see \Drupal\crocheteer\Plugin\Hook\Path\HookPathInsertPluginManager
* @see \Drupal\crocheteer\EventSubscriber\HookPathInsertEventSubscriber
*
* @Annotation
*/
class HookPathInsert extends Hook {}
