public function DeleteMultiple::getConfirmText in Log entity 8
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- src/
Form/ DeleteMultiple.php, line 126 - Contains \Drupal\log\Form\DeleteMultiple.
Class
- DeleteMultiple
- Provides a log deletion confirmation form.
Namespace
Drupal\log\FormCode
public function getConfirmText() {
return t('Delete');
}