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

Method getIcon

lib/Activity/Filter.php:62–65  ·  view source on GitHub ↗

* @return string Full URL to an icon, empty string when none is given * @since 11.0.0 */

()

Source from the content-addressed store, hash-verified

60 * @since 11.0.0
61 */
62 public function getIcon()
63 {
64 return $this->urlGenerator->imagePath('analytics', 'app-dark.svg');
65 }
66
67 /**
68 * @param string[] $types

Callers

nothing calls this directly

Calls 1

imagePathMethod · 0.45

Tested by

no test coverage detected