You are here

public function InstallablePluginManagerInterface::getCacheKey in Markdown 8.2

Retrieves the cache key to use.

Parameters

bool $runtime: Flag indicating whether to retrieve runtime definitions.

Return value

string The cache key.

1 method overrides InstallablePluginManagerInterface::getCacheKey()
InstallablePluginManager::getCacheKey in src/PluginManager/InstallablePluginManager.php
Retrieves the cache key to use.

File

src/PluginManager/InstallablePluginManagerInterface.php, line 62

Class

InstallablePluginManagerInterface
Installable plugin manger interface.

Namespace

Drupal\markdown\PluginManager

Code

public function getCacheKey($runtime = FALSE);