public function InstallablePluginManager::getCacheMaxAge in Markdown 8.2
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides DefaultPluginManager::getCacheMaxAge
File
- src/
PluginManager/ InstallablePluginManager.php, line 299
Class
- InstallablePluginManager
- Installable Plugin Manager.
Namespace
Drupal\markdown\PluginManagerCode
public function getCacheMaxAge() {
return $this->cacheMaxAge;
}