1 | <?php |
||
20 | class KeySet implements Component |
||
|
|||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function name(): string |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function getNodeDefinition(NodeDefinition $node) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function build(ContainerBuilder $container) |
||
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | public function prepend(ContainerBuilder $container, array $config): array |
||
65 | } |
||
66 |