public function ContainerManagerInterface::saveSnippets in GoogleTagManager 8
Saves JS snippet files based on current settings.
Parameters
Drupal\Core\Config\Entity\ConfigEntityInterface $container: The container configuration entity.
Return value
bool Whether the files were saved.
1 method overrides ContainerManagerInterface::saveSnippets()
- ContainerManager::saveSnippets in src/
Entity/ ContainerManager.php - Saves JS snippet files based on current settings.
File
- src/
Entity/ ContainerManagerInterface.php, line 58
Class
- ContainerManagerInterface
- Provides an interface for a Google tag container manager.
Namespace
Drupal\google_tag\EntityCode
public function saveSnippets(ConfigEntityInterface $container);