($endpoint)
| 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 === '') { |
no test coverage detected