function EditorImageDialog::getFormId
Same name in other branches
- 8.9.x core/modules/editor/src/Form/EditorImageDialog.php \Drupal\editor\Form\EditorImageDialog::getFormId()
- 10 core/modules/editor/src/Form/EditorImageDialog.php \Drupal\editor\Form\EditorImageDialog::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ editor/ src/ Form/ EditorImageDialog.php, line 53
Class
- EditorImageDialog
- Provides an image dialog for text editors.
Namespace
Drupal\editor\FormCode
public function getFormId() {
return 'editor_image_dialog';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.