| 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) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | public function prepend(ContainerBuilder $container, array $config): array |
||
| 58 | } |
||
| 59 |