You are here

public function WebformSubmissionDeleteForm::getDetails in Webform 6.x

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

Returns details to display.

Return value

array A renderable array containing details.

Overrides WebformDeleteFormInterface::getDetails

File

src/Form/WebformSubmissionDeleteForm.php, line 141

Class

WebformSubmissionDeleteForm
Provides a confirmation webform for deleting a webform submission.

Namespace

Drupal\webform\Form

Code

public function getDetails() {
  return [];
}