You are here

public function LogRescheduleActionForm::getConfirmText in Log entity 2.x

Returns a caption for the button that confirms the action.

Return value

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

Overrides LogActionFormBase::getConfirmText

File

src/Form/LogRescheduleActionForm.php, line 37

Class

LogRescheduleActionForm
Provides a log reschedule confirmation form.

Namespace

Drupal\log\Form

Code

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