Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 42.86% |
Changes | 0 |
1 | <?php |
||
14 | class UserDependencyProvider extends AbstractProvider |
||
15 | { |
||
16 | public const QUERY_CONTAINER = 'query.container'; |
||
17 | public const LOGIN_PLUGINS = 'login.plugins'; |
||
18 | public const SESSION_CLIENT = 'session.client'; |
||
19 | |||
20 | /** |
||
21 | * @param \Xervice\Core\Dependency\DependencyProviderInterface $dependencyProvider |
||
22 | */ |
||
23 | 3 | public function handleDependencies(DependencyProviderInterface $dependencyProvider): void |
|
35 | }; |
||
36 | 1 | } |
|
37 | |||
38 | /** |
||
39 | * type => {Login::class} |
||
40 | * |
||
41 | * @return \Xervice\User\Business\Authenticator\Login\LoginInterface[] |
||
42 | */ |
||
43 | protected function getLoginPluginList(): array |
||
46 | } |
||
47 | } |