| 1 | <?php |
||
| 17 | class MenuRouterRebuildSubscriber implements EventSubscriberInterface { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Rebuilds the menu router if the rebuild.dat file is found. |
||
| 21 | * |
||
| 22 | * @param \Symfony\Component\HttpKernel\Event\GetResponseEvent $event |
||
| 23 | * The Event to process. |
||
| 24 | */ |
||
| 25 | public function onKernelRequestMenuRouterRebuild(GetResponseEvent $event) { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | static function getSubscribedEvents() { |
||
| 46 | |||
| 47 | } |
||
| 48 | |||
| 49 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.