public function CkeditorTableResize::getDependencies in CKEditor Table Resize 8
Returns a list of plugins this plugin requires.
Parameters
\Drupal\editor\Entity\Editor $editor: A configured text editor object.
Return value
array An unindexed array of plugin names this plugin requires. Each plugin is is identified by its annotated ID.
Overrides CKEditorPluginInterface::getDependencies
File
- src/
Plugin/ CKEditorPlugin/ CkeditorTableResize.php, line 89
Class
- CkeditorTableResize
- Defines the "Table Resize" plugin.
Namespace
Drupal\ckeditor_tableresize\Plugin\CKEditorPluginCode
public function getDependencies(Editor $editor) {
return [];
}