public function DeleteForm::getFormID

Same name in this branch

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormID

File

drupal/core/modules/path/lib/Drupal/path/Form/DeleteForm.php, line 56
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';
}