function ThemeUninstallConfirmForm::getConfirmText

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

File

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

Class

ThemeUninstallConfirmForm
Builds a confirmation form to uninstall a theme.

Namespace

Drupal\system\Form

Code

public function getConfirmText() : TranslatableMarkup {
  return $this->t('Uninstall');
}

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