You are here

abstract public function N1EDEcosystemCKEditorPlugin::addControlsToForm in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8

Adds controls to form using this class methods.

1 call to N1EDEcosystemCKEditorPlugin::addControlsToForm()
N1EDEcosystemCKEditorPlugin::settingsForm in src/Plugin/N1EDEcosystemCKEditorPlugin.php
Returns a settings form to configure this CKEditor plugin.
1 method overrides N1EDEcosystemCKEditorPlugin::addControlsToForm()
n1ed::addControlsToForm in src/Plugin/CKEditorPlugin/n1ed.php
Adds controls to form using this class methods.

File

src/Plugin/N1EDEcosystemCKEditorPlugin.php, line 51

Class

N1EDEcosystemCKEditorPlugin
Defines plugin.

Namespace

Drupal\n1ed\Plugin

Code

public abstract function addControlsToForm(&$form, $editor, $config);