You are here

service google_analytics.javascript_cache in Google Analytics 4.x

Class

Drupal\google_analytics\JavascriptLocalCache
4 string references to google_analytics.javascript_cache
GoogleAnalyticsAdminSettingsForm::create in src/Form/GoogleAnalyticsAdminSettingsForm.php
Instantiates a new instance of this class.
google_analytics_cron in ./google_analytics.module
Implements hook_cron().
google_analytics_page_attachments in ./google_analytics.module
Implements hook_page_attachments().
google_analytics_uninstall in ./google_analytics.install
Implements hook_uninstall().

File

./google_analytics.services.yml
google_analytics.services.yml

View source
  1. class: Drupal\google_analytics\JavascriptLocalCache
  2. arguments:
  3. - '@http_client'
  4. - '@file_system'
  5. - '@config.factory'
  6. - '@logger.factory'
  7. - '@state'