public function DeleteMultiple::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php, line 69
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';
}