MCPcopy Create free account
hub / github.com/Rello/analytics / getIconUrl

Method getIconUrl

lib/Reference/ReferenceProvider.php:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

getAbsoluteURLMethod · 0.45
imagePathMethod · 0.45

Tested by

no test coverage detected