You are here

public function ContainerManagerInterface::findAssets in GoogleTagManager 8

Finds snippet files for a container.

Parameters

Drupal\Core\Config\Entity\ConfigEntityInterface $container: The container configuration entity.

Return value

bool Whether the files were found.

1 method overrides ContainerManagerInterface::findAssets()
ContainerManager::findAssets in src/Entity/ContainerManager.php
Finds snippet files for a container.

File

src/Entity/ContainerManagerInterface.php, line 112

Class

ContainerManagerInterface
Provides an interface for a Google tag container manager.

Namespace

Drupal\google_tag\Entity

Code

public function findAssets(ConfigEntityInterface $container);