You are here

service google_adwords_path.pathtracker in Google AdWords Conversion Tracking 8

Class

Drupal\google_adwords_path\GoogleAdwordsPathTracker

Tags

  • event_subscriber
2 string references to google_adwords_path.pathtracker
GoogleAdwordsPathConfigDeleteForm::submitForm in modules/google_adwords_path/src/Form/GoogleAdwordsPathConfigDeleteForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
GoogleAdwordsPathConfigForm::save in modules/google_adwords_path/src/Form/GoogleAdwordsPathConfigForm.php
Form submission handler for the 'save' action.

File

modules/google_adwords_path/google_adwords_path.services.yml
modules/google_adwords_path/google_adwords_path.services.yml

View source
  1. class: Drupal\google_adwords_path\GoogleAdwordsPathTracker
  2. arguments:
  3. - '@cache.data'
  4. - '@entity_type.manager'
  5. - '@current_route_match'
  6. - '@google_adwords.tracker'
  7. tags:
  8. - { name: event_subscriber }