1 | <?php |
||
23 | class OAuth2ResponseSource implements Component |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function name(): string |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function load(array $configs, ContainerBuilder $container) |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | public function getNodeDefinition(NodeDefinition $node) |
||
51 | |||
52 | /** |
||
53 | * {@inheritdoc} |
||
54 | */ |
||
55 | public function build(ContainerBuilder $container) |
||
59 | |||
60 | /** |
||
61 | * {@inheritdoc} |
||
62 | */ |
||
63 | public function prepend(ContainerBuilder $container, array $config): array |
||
68 | } |
||
69 |