1 | <?php |
||
22 | final class NoneSource extends ActionableSource |
||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | protected function name(): string |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | protected function continueConfiguration(NodeDefinition $node) |
||
55 | } |
||
56 |