You are here

public function CronJobEnableForm::getConfirmText in Ultimate Cron 8.2

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides EntityConfirmFormBase::getConfirmText

File

src/Form/CronJobEnableForm.php, line 37

Class

CronJobEnableForm

Namespace

Drupal\ultimate_cron\Form

Code

public function getConfirmText() {
  return $this
    ->t('Enable');
}