| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 16 | #[Package('core')] |
||
| 17 | class ElasticsearchLanguageProvider |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @internal |
||
| 21 | */ |
||
| 22 | public function __construct(private readonly EntityRepository $languageRepository, private readonly EventDispatcherInterface $eventDispatcher) |
||
| 23 | { |
||
| 24 | } |
||
| 25 | |||
| 26 | public function getLanguages(Context $context): LanguageCollection |
||
| 40 | } |
||
| 41 | } |
||
| 42 |