Returns a caption for the button that confirms the action.
Return value
string
The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php, line 77
- Contains \Drupal\system\Form\DateFormatDeleteForm.
Class
- DateFormatDeleteForm
- Builds a form to delete a date format.
Namespace
Drupal\system\Form
Code
protected function getConfirmText() {
return t('Remove');
}