You are here

service google_analytics_counter.app_manager in Google Analytics Counter 8.3

Class

\Drupal\google_analytics_counter\GoogleAnalyticsCounterAppManager
7 string references to google_analytics_counter.app_manager
GoogleAnalyticsCounterAuthForm::create in src/Form/GoogleAnalyticsCounterAuthForm.php
Instantiates a new instance of this class.
GoogleAnalyticsCounterBlock::create in src/Plugin/Block/GoogleAnalyticsCounterBlock.php
Creates an instance of the plugin.
GoogleAnalyticsCounterConfigureTypesForm::create in src/Form/GoogleAnalyticsCounterConfigureTypesForm.php
Instantiates a new instance of this class.
GoogleAnalyticsCounterController::create in src/Controller/GoogleAnalyticsCounterController.php
Instantiates a new instance of this class.
GoogleAnalyticsCounterFilter::create in src/Plugin/Filter/GoogleAnalyticsCounterFilter.php
Creates an instance of the plugin.

... See full list

File

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

View source
  1. class: \Drupal\google_analytics_counter\GoogleAnalyticsCounterAppManager
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@state'
  6. - '@path.alias_manager'
  7. - '@path.matcher'
  8. - '@language_manager'
  9. - '@logger.channel.google_analytics_counter'
  10. - '@messenger'
  11. - '@google_analytics_counter.auth_manager'