public function HubspotForms::isInternal in Hubspot forms 8
Indicates if this plugin is part of the optimized CKEditor build.
Plugins marked as internal are implicitly loaded as part of CKEditor.
Return value
bool
Overrides CKEditorPluginInterface::isInternal
File
- src/
Plugin/ CKEditorPlugin/ HubspotForms.php, line 39
Class
- HubspotForms
- Defines the "HubspotForms" plugin.
Namespace
Drupal\hubspot_forms\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}