DeleteForm::getFormId

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

Please login to continue.