You are here

public function DeleteMultiple::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Form/DeleteMultiple.php \Drupal\node\Form\DeleteMultiple::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/node/src/Form/DeleteMultiple.php, line 70
Contains \Drupal\node\Form\DeleteMultiple.

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\node\Form

Code

public function getFormId() {
  return 'node_multiple_delete_confirm';
}