public function LogCloneActionForm::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/ LogCloneActionForm.php, line 36
Class
- LogCloneActionForm
- Provides a log clone confirmation form.
Namespace
Drupal\log\FormCode
public function getConfirmText() {
return $this
->t('Clone');
}