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