You are here

function VideoDetectorCKEditorButton::getDependencies in CKEditor Video Detector 8

Returns a list of plugins this plugin requires.

Parameters

\Drupal\editor\Entity\Editor $editor: A configured text editor object.

Return value

array An unindexed array of plugin names this plugin requires. Each plugin is is identified by its annotated ID.

Overrides CKEditorPluginBase::getDependencies

File

src/Plugin/CKEditorPlugin/VideoDetectorCKEditorButton.php, line 61
Contains \Drupal\ckeditor_videodetector\Plugin\CKEditorPlugin\VideoDetectorCKEditorButton.

Class

VideoDetectorCKEditorButton
Defines the "videodetector" plugin.

Namespace

Drupal\ckeditor_videodetector\Plugin\CKEditorPlugin

Code

function getDependencies(Editor $editor) {
  return array();
}