You are here

public function CheckDisableForm::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/CheckDisableForm.php, line 38

Class

CheckDisableForm
Provides the production check disable form.

Namespace

Drupal\prod_check\Form

Code

public function getDescription() {
  return $this
    ->t('Disable this production check.');
}