1 | <?php |
||
20 | class TrustedIssuerSource 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) |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | public function getNodeDefinition(ArrayNodeDefinition $node, ArrayNodeDefinition $rootNode) |
||
57 | |||
58 | /** |
||
59 | * {@inheritdoc} |
||
60 | */ |
||
61 | public function build(ContainerBuilder $container) |
||
65 | |||
66 | /** |
||
67 | * {@inheritdoc} |
||
68 | */ |
||
69 | public function prepend(ContainerBuilder $container, array $config): array |
||
74 | } |
||
75 |