public function n1ed::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
Overrides N1EDEcosystemCKEditorPlugin::getModuleName
File
- src/
Plugin/ CKEditorPlugin/ n1ed.php, line 30
Class
- n1ed
- Defines plugin.
Namespace
Drupal\n1ed\Plugin\CKEditorPluginCode
public function getModuleName() {
return "n1ed";
}