abstract public function N1EDEcosystemCKEditorPlugin::getButtonsDef in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8
Returns buttons list.
Return value
array Associative array like in @CKEditorPlugin->getButtons
1 call to N1EDEcosystemCKEditorPlugin::getButtonsDef()
- N1EDEcosystemCKEditorPlugin::getButtons in src/
Plugin/ N1EDEcosystemCKEditorPlugin.php - Returns the buttons that this plugin provides, along with metadata.
1 method overrides N1EDEcosystemCKEditorPlugin::getButtonsDef()
- n1ed::getButtonsDef in src/
Plugin/ CKEditorPlugin/ n1ed.php - Returns buttons list.
File
- src/
Plugin/ N1EDEcosystemCKEditorPlugin.php, line 46
Class
- N1EDEcosystemCKEditorPlugin
- Defines plugin.
Namespace
Drupal\n1ed\PluginCode
public abstract function getButtonsDef();