ShortcutDeleteForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:42:32
Comments
Leave a Comment

Please login to continue.