You are here

public function AnalyticsServiceInterface::canTrack in Analytics 7

Determines if the current service can track the current request.

Parameters

array $context:

Return value

bool TRUE if the service should output on the current page, otherwise FALSE.

1 method overrides AnalyticsServiceInterface::canTrack()
AnalyticsService::canTrack in lib/AnalyticsService.php
Determines if the current service can track the current request.

File

lib/AnalyticsServiceInterface.php, line 65

Class

AnalyticsServiceInterface

Code

public function canTrack(array $context);