1 | <?php |
||
22 | class ChannelIndexPage extends SymfonyPage |
||
23 | { |
||
24 | /** |
||
25 | * @var TableManipulatorInterface |
||
26 | */ |
||
27 | private $tableManipulator; |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | * |
||
32 | * @param TableManipulatorInterface $tableManipulator |
||
33 | */ |
||
34 | public function __construct( |
||
44 | |||
45 | /** |
||
46 | * @param string $channelCode |
||
47 | * |
||
48 | * @return string|null |
||
49 | */ |
||
50 | public function getUsedThemeName($channelCode) |
||
58 | |||
59 | /** |
||
60 | * {@inheritdoc} |
||
61 | */ |
||
62 | protected function getRouteName() |
||
66 | } |
||
67 |