diff options
Diffstat (limited to 'app/Module/ModuleAnalyticsTrait.php')
| -rw-r--r-- | app/Module/ModuleAnalyticsTrait.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Module/ModuleAnalyticsTrait.php b/app/Module/ModuleAnalyticsTrait.php index 3227d51efb..7d890b2ee5 100644 --- a/app/Module/ModuleAnalyticsTrait.php +++ b/app/Module/ModuleAnalyticsTrait.php @@ -131,6 +131,16 @@ trait ModuleAnalyticsTrait abstract public function title(): string; /** + * Is this a tracker, as opposed to just a site-verification. + * + * @return bool + */ + public function isTracker(): bool + { + return true; + } + + /** * @param ServerRequestInterface $request * * @return ResponseInterface |
