You are here

service google_analytics_counter.auth_manager in Google Analytics Counter 8.3

Class

\Drupal\google_analytics_counter\GoogleAnalyticsCounterAuthManager
6 string references to google_analytics_counter.auth_manager
GoogleAnalyticsCounterAuthForm::create in src/Form/GoogleAnalyticsCounterAuthForm.php
Instantiates a new instance of this class.
GoogleAnalyticsCounterController::create in src/Controller/GoogleAnalyticsCounterController.php
Instantiates a new instance of this class.
GoogleAnalyticsCounterSettingsForm::create in src/Form/GoogleAnalyticsCounterSettingsForm.php
Instantiates a new instance of this class.
google_analytics_counter_cron in ./google_analytics_counter.module
Implements hook_cron().
google_analytics_counter_form_alter in ./google_analytics_counter.module
Implements hook_form_alter().

... See full list

File

./google_analytics_counter.services.yml
google_analytics_counter.services.yml

View source
  1. class: \Drupal\google_analytics_counter\GoogleAnalyticsCounterAuthManager
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@state'
  6. - '@logger.channel.google_analytics_counter'
  7. - '@messenger'