1 | <?php |
||
20 | class UserAccountSource implements Component |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function name(): string |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function load(array $configs, ContainerBuilder $container) |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | 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 |