Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rello/analytics
/ getIcon
Method
getIcon
lib/Flow/Operation.php:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public function getIcon(): string {
44
return $this->urlGenerator->imagePath(
'analytics'
,
'app.svg'
);
45
}
46
47
public function isAvailableForScope(int $scope): bool {
48
return $scope === FlowManager::SCOPE_USER;
Callers
nothing calls this directly
Calls
1
imagePath
Method · 0.45
Tested by
no test coverage detected