public function ContainerManagerInterface::__construct in GoogleTagManager 8
Constructs a ContainerManager.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
\Drupal\Core\File\FileSystemInterface $file_system: The file system.
\Drupal\Core\Cache\CacheBackendInterface $cache: The cache backend.
\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger.
\Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory: The logger factory.
1 method overrides ContainerManagerInterface::__construct()
- ContainerManager::__construct in src/
Entity/ ContainerManager.php - Constructs a ContainerManager.
File
- src/
Entity/ ContainerManagerInterface.php, line 34
Class
- ContainerManagerInterface
- Provides an interface for a Google tag container manager.
Namespace
Drupal\google_tag\EntityCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, ConfigFactoryInterface $config_factory, FileSystemInterface $file_system, CacheBackendInterface $cache, MessengerInterface $messenger, LoggerChannelFactoryInterface $logger_factory);