public function HostMultipleDeleteConfirm::getConfirmText in http:BL 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/ HostMultipleDeleteConfirm.php, line 111
Class
- HostMultipleDeleteConfirm
- Provides a multiple host deletion confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getConfirmText() {
return t('Delete');
}