You are here

public function MetatagViewsCachePluginManager::getCacheTags in Metatag 8

The cache tags associated with this object.

When this object is modified, these cache tags will be invalidated.

Return value

string[] A set of cache tags.

Overrides CacheableDependencyInterface::getCacheTags

File

metatag_views/src/MetatagViewsCachePluginManager.php, line 60

Class

MetatagViewsCachePluginManager

Namespace

Drupal\metatag_views

Code

public function getCacheTags() {
  return $this->viewsPluginManager
    ->getCacheTags();
}