public function EditorFileDialog::getBaseFormId in CkEditor Background Image 8
Same name and namespace in other branches
- 2.0.x src/Form/EditorFileDialog.php \Drupal\ckeditor_bgimage\Form\EditorFileDialog::getBaseFormId()
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/ EditorFileDialog.php, line 59
Class
- EditorFileDialog
- Provides a link dialog for text editors.
Namespace
Drupal\ckeditor_bgimage\FormCode
public function getBaseFormId() {
// Use the EditorLinkDialog form id to ease alteration.
return 'editor_bgimage_link_dialog';
}