1 | <?php |
||
20 | class CustomValuesSource implements Component |
||
21 | { |
||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | public function name(): string |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function load(array $configs, ContainerBuilder $container) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function getNodeDefinition(NodeDefinition $node) |
||
53 | |||
54 | /** |
||
55 | * {@inheritdoc} |
||
56 | */ |
||
57 | public function prepend(ContainerBuilder $container, array $config): array |
||
61 | } |
||
62 |