You are here

public function ContainerManagerInterface::createAllAssets in GoogleTagManager 8

Prepares directory for and saves snippet files for all containers.

Return value

bool Whether the files were saved.

1 method overrides ContainerManagerInterface::createAllAssets()
ContainerManager::createAllAssets in src/Entity/ContainerManager.php
Prepares directory for and saves snippet files for all containers.

File

src/Entity/ContainerManagerInterface.php, line 82

Class

ContainerManagerInterface
Provides an interface for a Google tag container manager.

Namespace

Drupal\google_tag\Entity

Code

public function createAllAssets();