public function GoogleAnalyticsEventTrackerInterface::isActive in Google Analytics Event Tracking 8.2
Same name and namespace in other branches
- 8 src/Entity/GoogleAnalyticsEventTrackerInterface.php \Drupal\google_analytics_et\Entity\GoogleAnalyticsEventTrackerInterface::isActive()
Returns whether the tracker is effective in the current page context.
Return value
boolean
1 method overrides GoogleAnalyticsEventTrackerInterface::isActive()
- GoogleAnalyticsEventTracker::isActive in src/
Entity/ GoogleAnalyticsEventTracker.php - Returns whether the tracker is effective in the current page context.
File
- src/
Entity/ GoogleAnalyticsEventTrackerInterface.php, line 17
Class
- GoogleAnalyticsEventTrackerInterface
- Provides an interface for defining Google Analytics event tracker entities.
Namespace
Drupal\google_analytics_et\EntityCode
public function isActive();