public function BlockDeleteForm::getConfirmText in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/src/Form/BlockDeleteForm.php \Drupal\block\Form\BlockDeleteForm::getConfirmText()
- 9 core/modules/block/src/Form/BlockDeleteForm.php \Drupal\block\Form\BlockDeleteForm::getConfirmText()
Overrides EntityDeleteFormTrait::getConfirmText
File
- core/
modules/ block/ src/ Form/ BlockDeleteForm.php, line 25
Class
- BlockDeleteForm
- Provides a deletion confirmation form for the block instance deletion form.
Namespace
Drupal\block\FormCode
public function getConfirmText() {
return $this
->t('Remove');
}