1 | <?php |
||
18 | final class SculpinTwigBundle extends AbstractSimpleBundle |
||
19 | { |
||
20 | /** |
||
21 | * @var string |
||
22 | */ |
||
23 | const FORMATTER_NAME = 'twig'; |
||
24 | |||
25 | protected function getServicesFile() : string |
||
29 | |||
30 | protected function getConfiguration() : ConfigurationInterface |
||
34 | |||
35 | protected function getParametersAliases() : array |
||
43 | } |
||
44 |