abstract public function N1EDEcosystemCKEditorPlugin::getPluginName in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8
Returns plugin name.
Return value
string Plugin name is a name of add-on in CKEditor terms
3 calls to N1EDEcosystemCKEditorPlugin::getPluginName()
- N1EDEcosystemCKEditorPlugin::getFile in src/
Plugin/ N1EDEcosystemCKEditorPlugin.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- N1EDEcosystemCKEditorPlugin::isInstalled in src/
Plugin/ N1EDEcosystemCKEditorPlugin.php - N1EDEcosystemCKEditorPlugin::settingsForm in src/
Plugin/ N1EDEcosystemCKEditorPlugin.php - Returns a settings form to configure this CKEditor plugin.
1 method overrides N1EDEcosystemCKEditorPlugin::getPluginName()
- n1ed::getPluginName in src/
Plugin/ CKEditorPlugin/ n1ed.php - Returns plugin name.
File
- src/
Plugin/ N1EDEcosystemCKEditorPlugin.php, line 30
Class
- N1EDEcosystemCKEditorPlugin
- Defines plugin.
Namespace
Drupal\n1ed\PluginCode
public abstract function getPluginName();