You are here

public function WebformConfigEntityDeleteFormBase::getDetails in Webform 6.x

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

Returns details to display.

Return value

array A renderable array containing details.

Overrides WebformDeleteFormInterface::getDetails

1 call to WebformConfigEntityDeleteFormBase::getDetails()
WebformConfigEntityDeleteFormBase::buildForm in src/Form/WebformConfigEntityDeleteFormBase.php
Form constructor.
3 methods override WebformConfigEntityDeleteFormBase::getDetails()
WebformImageSelectImagesDeleteForm::getDetails in modules/webform_image_select/src/WebformImageSelectImagesDeleteForm.php
Returns details to display.
WebformOptionsCustomDeleteForm::getDetails in modules/webform_options_custom/src/WebformOptionsCustomDeleteForm.php
Returns details to display.
WebformOptionsDeleteForm::getDetails in src/WebformOptionsDeleteForm.php
Returns details to display.

File

src/Form/WebformConfigEntityDeleteFormBase.php, line 81

Class

WebformConfigEntityDeleteFormBase
Provides a generic base class for a webform entity deletion form.

Namespace

Drupal\webform\Form

Code

public function getDetails() {
  return [];
}