1 | <?php |
||
21 | final class SculpinTwigBundle extends AbstractSimpleBundle |
||
22 | { |
||
23 | /** |
||
24 | * @var string |
||
25 | */ |
||
26 | const FORMATTER_NAME = 'twig'; |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function build(ContainerBuilder $container) |
||
36 | |||
37 | protected function getServicesFile() : string |
||
41 | |||
42 | protected function getConfiguration() : ConfigurationInterface |
||
46 | |||
47 | protected function getParametersAliases() : array |
||
55 | } |
||
56 |