You are here

public function BalloonPanelPlugin::getConfig in CKEditor Balloon Panel 7

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php \Drupal\ckeditor_balloonpanel\Plugin\CKEditorPlugin\BalloonPanelPlugin::getConfig()
  2. 2.0.x src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php \Drupal\ckeditor_balloonpanel\Plugin\CKEditorPlugin\BalloonPanelPlugin::getConfig()

File

src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php, line 28

Class

BalloonPanelPlugin
Defines the "balloonpanel" plugin.

Namespace

Drupal\ckeditor_balloonpanel\Plugin\CKEditorPlugin

Code

public function getConfig(Editor $editor) {
  return [];
}