1 | <?php |
||
22 | class AuthorizationEndpointFormPostResponseModeSource implements Component |
||
|
|||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function name(): string |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function getNodeDefinition(NodeDefinition $node) |
||
58 | } |
||
59 |