You are here

protected property Internal::$cache in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal::cache
  2. 10 core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal::cache

The cache backend.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php, line 31

Class

Internal
Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).

Namespace

Drupal\ckeditor\Plugin\CKEditorPlugin

Code

protected $cache;