You are here

public function WebformSubmissionDeleteForm::getConfirmInput in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Form/WebformSubmissionDeleteForm.php \Drupal\webform\Form\WebformSubmissionDeleteForm::getConfirmInput()

Returns confirm input to display.

Return value

array A renderable array containing confirm input.

Overrides WebformDeleteFormInterface::getConfirmInput

File

src/Form/WebformSubmissionDeleteForm.php, line 164

Class

WebformSubmissionDeleteForm
Provides a confirmation webform for deleting a webform submission.

Namespace

Drupal\webform\Form

Code

public function getConfirmInput() {
  return [];
}