public static function GoogleAdwordsPathTracker::getSubscribedEvents in Google AdWords Conversion Tracking 8
File
- modules/
google_adwords_path/ src/ GoogleAdwordsPathTracker.php, line 113 - Contains Drupal\google_adwords_path\GoogleAdwordsPathTracker.
Class
- GoogleAdwordsPathTracker
- Class GoogleAdwordsPathTracker.
Namespace
Drupal\google_adwords_pathCode
public static function getSubscribedEvents() {
return [
KernelEvents::CONTROLLER => 'event_KernelController',
];
}