public function GaIdService::__construct in GA Push 8
Constructs a new AnalyticsIdService object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_manager: Configuration manager.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: Module handler service.
File
- src/
GaIdService.php, line 36
Class
- GaIdService
- Class GaIdService.
Namespace
Drupal\ga_pushCode
public function __construct(ConfigFactoryInterface $config_manager, ModuleHandlerInterface $module_handler) {
$this->configFactory = $config_manager;
$this->moduleHandler = $module_handler;
}