Revert "Issue #2109769 by Wim Leers: CKEditor plugin cache entries should have cache tags."
Needs more discussion.
This reverts commit 477a567337
.
8.0.x
parent
c573377eea
commit
26b6a68385
|
@ -35,7 +35,7 @@ class CKEditorPluginManager extends DefaultPluginManager {
|
|||
public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, LanguageManager $language_manager, ModuleHandlerInterface $module_handler) {
|
||||
parent::__construct('Plugin/CKEditorPlugin', $namespaces, 'Drupal\ckeditor\Annotation\CKEditorPlugin');
|
||||
$this->alterInfo($module_handler, 'ckeditor_plugin_info');
|
||||
$this->setCacheBackend($cache_backend, $language_manager, 'ckeditor_plugin', array('ckeditor_plugin' => TRUE));
|
||||
$this->setCacheBackend($cache_backend, $language_manager, 'ckeditor_plugin');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue