You are here

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\CKEditorPlugin

Code

public function getModuleName() {
  return "n1ed";
}