1 | <?php |
||
22 | final class ServicesSource implements Component |
||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function name(): string |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function load(array $configs, ContainerBuilder $container) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function getNodeDefinition(NodeDefinition $node) |
||
55 | |||
56 | /** |
||
57 | * {@inheritdoc} |
||
58 | */ |
||
59 | public function prepend(ContainerBuilder $container, array $config): array |
||
64 | } |
||
65 |