abstract public function N1EDEcosystemCKEditorPlugin::getModuleName in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8
Returns module name.
Return value
string Module name is a name of module in Drupal terms
1 call to N1EDEcosystemCKEditorPlugin::getModuleName()
- N1EDEcosystemCKEditorPlugin::settingsForm in src/
Plugin/ N1EDEcosystemCKEditorPlugin.php - Returns a settings form to configure this CKEditor plugin.
1 method overrides N1EDEcosystemCKEditorPlugin::getModuleName()
- n1ed::getModuleName in src/
Plugin/ CKEditorPlugin/ n1ed.php - Returns module name.
File
- src/
Plugin/ N1EDEcosystemCKEditorPlugin.php, line 38
Class
- N1EDEcosystemCKEditorPlugin
- Defines plugin.
Namespace
Drupal\n1ed\PluginCode
public abstract function getModuleName();