You are here

public function ContentUpdateConfirmForm::getDescription in GatherContent 8.3

Returns additional text to display as a description.

Return value

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

Overrides ContentConfirmForm::getDescription

File

src/Form/ContentUpdateConfirmForm.php, line 39

Class

ContentUpdateConfirmForm
Provides a node deletion confirmation form.

Namespace

Drupal\gathercontent\Form

Code

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