public function WysiwygEditor::getAttachments

Implements \Drupal\edit\EditPluginInterface::getAttachments().

Overrides EditPluginInterface::getAttachments

File

drupal/core/modules/edit/tests/modules/lib/Drupal/edit_test/Plugin/InPlaceEditor/WysiwygEditor.php, line 58
Contains \Drupal\edit_test\Plugin\InPlaceEditor\WysiwygEditor.

Class

WysiwygEditor
Defines the wysiwyg editor.

Namespace

Drupal\edit_test\Plugin\InPlaceEditor

Code

public function getAttachments() {
  return array(
    'library' => array(
      array(
        'edit_test',
        'not-existing-wysiwyg',
      ),
    ),
  );
}