You are here

public function WebformDeleteFormInterface::getDescription in Webform 6.x

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

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormInterface::getDescription

1 method overrides WebformDeleteFormInterface::getDescription()
WebformConfigEntityDeleteFormBase::getDescription in src/Form/WebformConfigEntityDeleteFormBase.php
Returns additional text to display as a description.

File

src/Form/WebformDeleteFormInterface.php, line 23

Class

WebformDeleteFormInterface
Defines an interface for webform delete forms.

Namespace

Drupal\webform\Form

Code

public function getDescription();