function EditorLinkDialog::getFormId

Same name in other branches
  1. 8.9.x core/modules/editor/src/Form/EditorLinkDialog.php \Drupal\editor\Form\EditorLinkDialog::getFormId()
  2. 10 core/modules/editor/src/Form/EditorLinkDialog.php \Drupal\editor\Form\EditorLinkDialog::getFormId()

Overrides FormInterface::getFormId

File

core/modules/editor/src/Form/EditorLinkDialog.php, line 23

Class

EditorLinkDialog
Provides a link dialog for text editors.

Namespace

Drupal\editor\Form

Code

public function getFormId() {
    return 'editor_link_dialog';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.