public function HostMultipleRefreshConfirm::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/ HostMultipleRefreshConfirm.php, line 106
Class
- HostMultipleRefreshConfirm
- Provides a multiple host expiry refresh confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getConfirmText() {
return t('Refresh Expiry');
}