You are here

service google_tag.container_manager in GoogleTagManager 8

Class

Drupal\google_tag\Entity\ContainerManager
7 string references to google_tag.container_manager
ContainerForm::save in src/Form/ContainerForm.php
Form submission handler for the 'save' action.
google_tag_page_attachments in ./google_tag.module
Implements hook_page_attachments().
google_tag_page_top in ./google_tag.module
Implements hook_page_top().
GTMTestBase::deleteContainers in tests/src/Functional/GTMTestBase.php
Delete containers from the database and delete snippet files.
GTMTestBase::saveContainers in tests/src/Functional/GTMTestBase.php
Save containers in the database and create snippet files.

... See full list

File

./google_tag.services.yml
google_tag.services.yml

View source
  1. class: Drupal\google_tag\Entity\ContainerManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@file_system'
  6. - '@cache.data'
  7. - '@messenger'
  8. - '@logger.factory'