public ShortcutDeleteForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides EntityForm::getFormId
File
- core/modules/shortcut/src/Form/ShortcutDeleteForm.php, line 16
Class
- ShortcutDeleteForm
- Builds the shortcut link deletion form.
Namespace
Drupal\shortcut\Form
Code
public function getFormId() { return 'shortcut_confirm_delete'; }
Please login to continue.