Revert "Issue #2109769 by Wim Leers: CKEditor plugin cache entries should have cache tags."

Needs more discussion.

This reverts commit 477a567337.
8.0.x
webchick 2013-10-11 08:39:00 -07:00
parent c573377eea
commit 26b6a68385
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
/**