public static function GoogleAdwordsPathTrackerBackup::getSubscribedEvents in Google AdWords Conversion Tracking 8
@InheritDoc
@event RoutingEvents::FINISHED Register any adwords paths related to the final route
File
- modules/
google_adwords_path/ src/ GoogleAdwordsPathTracker.backup.php, line 86 - Contains Drupal\google_adwords_path\GoogleAdwordsPathTracker.
Class
- GoogleAdwordsPathTrackerBackup
- Class GoogleAdwordsPathTracker.
Namespace
Drupal\google_adwords_pathCode
public static function getSubscribedEvents() {
drupal_set_message(__METHOD__ . ':: EVENT REGISTER');
return [
RoutingEvents::FINISHED => 'registerCurrentRoute',
];
}