X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FEditor%2FCKEditor.php;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FEditor%2FCKEditor.php;h=a6d6fb5647e320b8ab4c9e85e3161128f5561d6a;hp=49ab1b30dd3b4b26d86263d24998a878a967d331;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php b/web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php index 49ab1b30d..a6d6fb564 100644 --- a/web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php +++ b/web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php @@ -58,7 +58,7 @@ class CKEditor extends EditorBase implements ContainerFactoryPluginInterface { protected $renderer; /** - * Constructs a Drupal\Component\Plugin\PluginBase object. + * Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object. * * @param array $configuration * A configuration array containing information about the plugin instance. @@ -210,8 +210,8 @@ class CKEditor extends EditorBase implements ContainerFactoryPluginInterface { 0 => [ 'name' => 'All existing buttons', 'items' => $all_buttons, - ] - ] + ], + ], ], ], 'plugins' => $settings['plugins'],