function EditorLinkDialog::getFormId
Same name in other branches
- 9 core/modules/editor/src/Form/EditorLinkDialog.php \Drupal\editor\Form\EditorLinkDialog::getFormId()
- 8.9.x core/modules/editor/src/Form/EditorLinkDialog.php \Drupal\editor\Form\EditorLinkDialog::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ editor/ src/ Form/ EditorLinkDialog.php, line 35
Class
- EditorLinkDialog
- Provides a link dialog for text editors.
Namespace
Drupal\editor\FormCode
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.