| 1 | <?php |
||
| 22 | class NoneSource implements Component |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function name(): string |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function load(array $configs, ContainerBuilder $container) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | public function getNodeDefinition(NodeDefinition $node) |
||
| 55 | |||
| 56 | /** |
||
| 57 | * {@inheritdoc} |
||
| 58 | */ |
||
| 59 | public function build(ContainerBuilder $container) |
||
| 63 | |||
| 64 | /** |
||
| 65 | * {@inheritdoc} |
||
| 66 | */ |
||
| 67 | public function prepend(ContainerBuilder $container, array $config): array |
||
| 72 | } |
||
| 73 |