X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FCKEditorPluginContextualInterface.php;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FCKEditorPluginContextualInterface.php;h=55d9d7a74c20c2ed6a63a51d314e1b22e0d89d64;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php new file mode 100644 index 000000000..55d9d7a74 --- /dev/null +++ b/web/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php @@ -0,0 +1,42 @@ +getSettings(). + * + * @param \Drupal\editor\Entity\Editor $editor + * A configured text editor object. + * + * @return bool + */ + public function isEnabled(Editor $editor); + +}