Overrides DefaultPluginManager::clearCachedDefinitions
public function clearCachedDefinitions() { $this->elementInfo = NULL; $cids = []; foreach ($this->themeHandler ->listInfo() as $theme_name => $info) { $cids[] = $this->getCid($theme_name); } $this->cacheBackend ->deleteMultiple($cids); parent::clearCachedDefinitions(); }