function ShortcutDeleteForm::getFormId
Same name in other branches
- 8.9.x core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\ShortcutDeleteForm::getFormId()
- 10 core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\ShortcutDeleteForm::getFormId()
- 11.x core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\ShortcutDeleteForm::getFormId()
Overrides EntityForm::getFormId
File
-
core/
modules/ shortcut/ src/ Form/ ShortcutDeleteForm.php, line 18
Class
- ShortcutDeleteForm
- Builds the shortcut link deletion form.
Namespace
Drupal\shortcut\FormCode
public function getFormId() {
return 'shortcut_confirm_delete';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.