public function GoogleAdwordsPathTrackerBackup::__construct in Google AdWords Conversion Tracking 8
GoogleAdwordsPathTracker constructor.
Parameters
\Drupal\google_adwords\GoogleAdwordsTracker $google_adwords_tracker:
\Drupal\Core\Routing\CurrentRouteMatch $current_route_match:
\Drupal\Core\Cache\CacheBackendInterface $cache_data:
\Drupal\Core\Entity\EntityTypeManager $entity_type_manager:
File
- modules/
google_adwords_path/ src/ GoogleAdwordsPathTracker.backup.php, line 73 - Contains Drupal\google_adwords_path\GoogleAdwordsPathTracker.
Class
- GoogleAdwordsPathTrackerBackup
- Class GoogleAdwordsPathTracker.
Namespace
Drupal\google_adwords_pathCode
public function __construct(GoogleAdwordsTracker $google_adwords_tracker, CurrentRouteMatch $current_route_match, CacheBackendInterface $cache_data, EntityTypeManager $entity_type_manager) {
$this->google_adwords_tracker = $google_adwords_tracker;
$this->current_route_match = $current_route_match;
$this->cache_data = $cache_data;
$this->entity_type_manager = $entity_type_manager;
}