1 | <?php |
||
21 | final class KeySet implements Component |
||
|
|||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function name(): string |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function getNodeDefinition(NodeDefinition $node) |
||
44 | |||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function prepend(ContainerBuilder $container, array $config): array |
||
59 | } |
||
60 |