1 | <?php |
||
23 | final class JKUSource implements SourceInterface |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function name(): string |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function createService(array $config, ContainerBuilder $container) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function getNodeDefinition(ArrayNodeDefinition $node) |
||
64 | |||
65 | /** |
||
66 | * {@inheritdoc} |
||
67 | */ |
||
68 | public function prepend(ContainerBuilder $container, array $config): ?array |
||
72 | } |
||
73 |