public function HubspotForms::getDependencies in Hubspot forms 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/ HubspotForms.php, line 23
Class
- HubspotForms
- Defines the "HubspotForms" plugin.
Namespace
Drupal\hubspot_forms\Plugin\CKEditorPluginCode
public function getDependencies(Editor $editor) {
return [];
}