public function CKEditorEntityLinkDialog::getBaseFormId in CKEditor Entity Link 8
Returns a string identifying the base form.
Return value
string|null The string identifying the base form or NULL if this is not a base form.
Overrides BaseFormIdInterface::getBaseFormId
File
- src/
Form/ CKEditorEntityLinkDialog.php, line 76
Class
- CKEditorEntityLinkDialog
- Provides a link dialog for text editors.
Namespace
Drupal\ckeditor_entity_link\FormCode
public function getBaseFormId() {
// Use the EditorLinkDialog form id to ease alteration.
return 'editor_link_dialog';
}