| 1 | <?php |
||
| 22 | final class AuthorizationEndpointPreConfiguredAuthorizationSource implements Component |
||
|
|
|||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function name(): string |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | public function getNodeDefinition(NodeDefinition $node) |
||
| 60 | } |
||
| 61 |