Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | trait FindClassTrait |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * Get the class associated to the given admin service id. |
||
23 | * |
||
24 | * @param ContainerBuilder $container Kernel container. |
||
25 | * @param string $id Admin service id. |
||
26 | * |
||
27 | * @return string|null |
||
28 | */ |
||
29 | private function getClass(ContainerBuilder $container, string $id): ?string |
||
52 |