Returns a caption for the button that confirms the action.
Return value
string
The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php, line 49
- Contains \Drupal\block\Form\AdminBlockDeleteForm.
Class
- AdminBlockDeleteForm
- Provides a deletion confirmation form for the block instance deletion form.
Namespace
Drupal\block\Form
Code
protected function getConfirmText() {
return t('Delete');
}