public function GoogleAnalyticsEventTrackerInterface::getJsSettings 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::getJsSettings()
Returns an array with the drupalSettings for this tracker.
1 method overrides GoogleAnalyticsEventTrackerInterface::getJsSettings()
- GoogleAnalyticsEventTracker::getJsSettings in src/
Entity/ GoogleAnalyticsEventTracker.php - Returns an array with the drupalSettings for this tracker.
File
- src/
Entity/ GoogleAnalyticsEventTrackerInterface.php, line 22
Class
- GoogleAnalyticsEventTrackerInterface
- Provides an interface for defining Google Analytics event tracker entities.
Namespace
Drupal\google_analytics_et\EntityCode
public function getJsSettings();