1 | <?php |
||
22 | class AuthorizationEndpointResponseModeSource implements Component |
||
|
|||
23 | { |
||
24 | /** |
||
25 | * AuthorizationEndpointSource constructor. |
||
26 | */ |
||
27 | public function __construct() |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function name(): string |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function getNodeDefinition(NodeDefinition $node) |
||
65 | } |
||
66 |