public function DeleteForm::getFormID

Same name in this branch

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/action/lib/Drupal/action/Form/DeleteForm.php, line 50
Contains \Drupal\action\Form\DeleteForm.

Class

DeleteForm
Builds a form to delete an action.

Namespace

Drupal\action\Form

Code

public function getFormID() {
  return 'action_admin_delete_form';
}