()
| 68 | } |
| 69 | |
| 70 | public function getIconUrl(): string |
| 71 | { |
| 72 | return $this->urlGenerator->getAbsoluteURL( |
| 73 | $this->urlGenerator->imagePath('analytics', 'app-dark.svg') |
| 74 | ); |
| 75 | } |
| 76 | |
| 77 | public function getSupportedSearchProviderIds(): array |
| 78 | { |
nothing calls this directly
no test coverage detected