You are here

public function EditorFileDialog::getBaseFormId in CkEditor Background Image 8

Same name and namespace in other branches
  1. 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\Form

Code

public function getBaseFormId() {

  // Use the EditorLinkDialog form id to ease alteration.
  return 'editor_bgimage_link_dialog';
}