1 | <?php |
||
26 | class ControllerSubscriber implements EventSubscriberInterface |
||
27 | { |
||
28 | private $twigExtension; |
||
29 | |||
30 | 16 | public function __construct(SourceCodeExtension $twigExtension) |
|
34 | |||
35 | 1 | public static function getSubscribedEvents(): array |
|
41 | |||
42 | 16 | public function registerCurrentController(FilterControllerEvent $event): void |
|
51 | } |
||
52 |