| 1 | <?php | ||
| 15 | class ViewbaseLayout implements EventSubscriberInterface | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * @var string | ||
| 19 | */ | ||
| 20 | private $viewbaseLayout; | ||
| 21 | |||
| 22 | /** | ||
| 23 | * @var ConfigResolverInterface | ||
| 24 | */ | ||
| 25 | private $configResolver; | ||
| 26 | |||
| 27 | public function __construct($viewbaseLayout, ConfigResolverInterface $configResolver) | ||
| 32 | |||
| 33 | |||
| 34 | public static function getSubscribedEvents() | ||
| 38 | |||
| 39 | private function getPageLayout(): string | ||
| 43 | |||
| 44 | public function injectViewbaseLayout(FilterViewParametersEvent $event) | ||
| 53 | } | ||
| 54 |