You are here

public function GoogleAdwordsPathTracker::event_KernelController in Google AdWords Conversion Tracking 8

Event handler, register path tracking after the controller has finished

@todo maybe find a better event to attach to

See also

EventsAPI

File

modules/google_adwords_path/src/GoogleAdwordsPathTracker.php, line 129
Contains Drupal\google_adwords_path\GoogleAdwordsPathTracker.

Class

GoogleAdwordsPathTracker
Class GoogleAdwordsPathTracker.

Namespace

Drupal\google_adwords_path

Code

public function event_KernelController() {
  $this
    ->registerCurrentRoute();
}