public function CheckEnableForm::getDescription in Production check & Production monitor 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides EntityConfirmFormBase::getDescription
File
- src/
Form/ CheckEnableForm.php, line 38
Class
- CheckEnableForm
- Provides the production check disable form.
Namespace
Drupal\prod_check\FormCode
public function getDescription() {
return $this
->t('Enabled this production check.');
}