lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php b/lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php index 489e4c3..0b516d5 100644 --- a/lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php +++ b/lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php @@ -108,9 +108,9 @@ class CKEditor extends EditorBase { } /** - * Implements \Drupal\editor\Plugin\EditorInterface::attachSettings(). + * Implements \Drupal\editor\Plugin\EditorInterface::getJSSettings(). */ - function attachSettings(Editor $editor) { + function getJSSettings(Editor $editor) { global $language; // Loop through all available plugins and check to see if it has been @@ -214,9 +214,9 @@ class CKEditor extends EditorBase { } /** - * Implements \Drupal\editor\Plugin\EditorInterface::attachLibraries(). + * Implements \Drupal\editor\Plugin\EditorInterface::getLibraries(). */ - function attachLibraries(Editor $editor) { + function getLibraries(Editor $editor) { return array( array('ckeditor', 'drupal.ckeditor'), );