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

Method Url

lib/Activity/Provider.php:140–142  ·  view source on GitHub ↗
($endpoint)

Source from the content-addressed store, hash-verified

138 }
139
140 public function Url($endpoint) {
141 return $this->urlGenerator->linkToRouteAbsolute('analytics.page.main') . 'r/' . $endpoint;
142 }
143
144 private function isAnalyticsEnabledForCurrentUser(): bool {
145 if ($this->userId === null || $this->userId === '') {

Callers 1

parseMethod · 0.95

Calls 1

linkToRouteAbsoluteMethod · 0.45

Tested by

no test coverage detected