function DeleteMultipleForm::getBaseFormId

Returns a string identifying the base form.

Return value

string|null The string identifying the base form or NULL if this is not a base form.

Overrides BaseFormIdInterface::getBaseFormId

File

core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php, line 108

Class

DeleteMultipleForm
Provides an entities deletion confirmation form.

Namespace

Drupal\Core\Entity\Form

Code

public function getBaseFormId() {
  return 'entity_delete_multiple_confirm_form';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.