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