public 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 52
Class
- DeleteForm
- Builds the form to delete a path alias.
Namespace
Drupal\path\Form
Code
public function getFormId() { return 'path_alias_delete'; }
Please login to continue.