You are here

public function ShortcutDeleteForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\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 21
Contains \Drupal\shortcut\Form\ShortcutDeleteForm.

Class

ShortcutDeleteForm
Builds the shortcut link deletion form.

Namespace

Drupal\shortcut\Form

Code

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