function ThemeUninstallConfirmForm::getDescription

Same name and namespace in other branches
  1. main core/modules/system/src/Form/ThemeUninstallConfirmForm.php \Drupal\system\Form\ThemeUninstallConfirmForm::getDescription()

Overrides ConfirmFormBase::getDescription

File

core/modules/system/src/Form/ThemeUninstallConfirmForm.php, line 70

Class

ThemeUninstallConfirmForm
Builds a confirmation form to uninstall a theme.

Namespace

Drupal\system\Form

Code

public function getDescription() : TranslatableMarkup {
  return $this->t('Would you like to continue with uninstalling the above?');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.