1 | <?php |
||
22 | final class ScopePolicyDefaultSource implements Component |
||
|
|||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function name(): string |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | public function getNodeDefinition(NodeDefinition $node) |
||
60 | } |
||
61 |