| 1 | <?php | ||
| 8 | class ProjectExtension implements ConfiguredExtension | ||
| 9 | { | ||
| 10 | /** | ||
| 11 |      * {@inheritdoc} | ||
| 12 | */ | ||
| 13 | public function initialize(ContainerBuilder $container) | ||
| 16 | |||
| 17 | /** | ||
| 18 |      * {@inheritdoc} | ||
| 19 | */ | ||
| 20 | public function load(array $config, ContainerBuilder $container) | ||
| 27 | |||
| 28 | /** | ||
| 29 |      * {@inheritdoc} | ||
| 30 | */ | ||
| 31 | public function configure(ArrayNodeDefinition $node) | ||
| 47 | |||
| 48 | /** | ||
| 49 |      * {@inheritdoc} | ||
| 50 | */ | ||
| 51 | public function getName() | ||
| 55 | } | ||
| 56 |