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\CKEditorPluginCode
public function getDependencies(Editor $editor) {
return array();
}