You are here

public function CronJobEnableForm::getDescription in Ultimate Cron 8.2

Returns additional text to display as a description.

Return value

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

Overrides EntityConfirmFormBase::getDescription

File

src/Form/CronJobEnableForm.php, line 23

Class

CronJobEnableForm

Namespace

Drupal\ultimate_cron\Form

Code

public function getDescription() {
  return $this
    ->t('This cron job will be executed again.');
}