public function DeleteForm::getFormId in Zircon Profile 8
Same name in this branch
- 8 core/modules/path/src/Form/DeleteForm.php \Drupal\path\Form\DeleteForm::getFormId()
- 8 core/modules/forum/src/Form/DeleteForm.php \Drupal\forum\Form\DeleteForm::getFormId()
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
return 'path_alias_delete';
}