You are here

public function Boxout::getDependencies in Boxout 8

Implements CKEditorPluginInterface::getDependencies().

Overrides CKEditorPluginBase::getDependencies

File

src/Plugin/CKEditorPlugin/Boxout.php, line 31

Class

Boxout
Defines the "Boxout" plugin.

Namespace

Drupal\boxout\Plugin\CKEditorPlugin

Code

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