You are here

public function ContentUpdateConfirmForm::getDescription in GatherContent 8.4

Returns additional text to display as a description.

Return value

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

Overrides ContentConfirmForm::getDescription

File

gathercontent_ui/src/Form/ContentUpdateConfirmForm.php, line 41

Class

ContentUpdateConfirmForm
Provides a node deletion confirmation form.

Namespace

Drupal\gathercontent_ui\Form

Code

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