You are here

public function ContentConfirmForm::getDescription in GatherContent 8.4

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

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

File

gathercontent_ui/src/Form/ContentConfirmForm.php, line 103

Class

ContentConfirmForm
Provides a node deletion confirmation form.

Namespace

Drupal\gathercontent_ui\Form

Code

public function getDescription() {
  return $this
    ->t('Please review your selection.');
}