public function ContainerManagerInterface::createAssets in GoogleTagManager 8
Prepares directory for and saves snippet files for a container.
@todo Which class-interface to use on @param?
Parameters
Drupal\Core\Config\Entity\ConfigEntityInterface $container: The container configuration entity.
Return value
bool Whether the files were saved.
1 method overrides ContainerManagerInterface::createAssets()
- ContainerManager::createAssets in src/
Entity/ ContainerManager.php - Prepares directory for and saves snippet files for a container.
File
- src/
Entity/ ContainerManagerInterface.php, line 47
Class
- ContainerManagerInterface
- Provides an interface for a Google tag container manager.
Namespace
Drupal\google_tag\EntityCode
public function createAssets(ConfigEntityInterface $container);