You are here

public function PrepareUninstallForm::getDescription in Commerce Stock 8

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

modules/local_storage/src/Form/PrepareUninstallForm.php, line 65

Class

PrepareUninstallForm
The always in stock field uninstall form.

Namespace

Drupal\commerce_stock_local\Form

Code

public function getDescription() {
  return $this
    ->t('This action cannot be undone.<br />Make a backup of your database if you want to be able to restore these items.');
}