You are here

public function InstallablePluginManager::getCacheTags in Markdown 8.2

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 DefaultPluginManager::getCacheTags

File

src/PluginManager/InstallablePluginManager.php, line 306

Class

InstallablePluginManager
Installable Plugin Manager.

Namespace

Drupal\markdown\PluginManager

Code

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