You are here

public function DeleteForm::getFormId in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/path/src/Form/DeleteForm.php \Drupal\path\Form\DeleteForm::getFormId()
  2. 8 core/modules/forum/src/Form/DeleteForm.php \Drupal\forum\Form\DeleteForm::getFormId()
Same name and namespace in other branches
  1. 8.0 core/modules/path/src/Form/DeleteForm.php \Drupal\path\Form\DeleteForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/path/src/Form/DeleteForm.php, line 57
Contains \Drupal\path\Form\DeleteForm.

Class

DeleteForm
Builds the form to delete a path alias.

Namespace

Drupal\path\Form

Code

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