You are here

public function InstallablePluginManagerInterface::getCacheTags in Markdown 8.2

Retrieves all cache tags that the plugin manager may implement.

Return value

string[] An array of cache tags.

Overrides CacheableDependencyInterface::getCacheTags

File

src/PluginManager/InstallablePluginManagerInterface.php, line 70

Class

InstallablePluginManagerInterface
Installable plugin manger interface.

Namespace

Drupal\markdown\PluginManager

Code

public function getCacheTags();