function RequiredContextDelete::getConfirmText
Same name in other branches
- 8.x-3.x src/Form/RequiredContextDelete.php \Drupal\ctools\Form\RequiredContextDelete::getConfirmText()
Overrides ConfirmFormBase::getConfirmText
1 call to RequiredContextDelete::getConfirmText()
- RequiredContextDelete::actions in src/
Form/ RequiredContextDelete.php - Provides the action buttons for submitting this form.
File
-
src/
Form/ RequiredContextDelete.php, line 163
Class
- RequiredContextDelete
- Base class for adding a required contexts step to your wizard.
Namespace
Drupal\ctools\FormCode
public function getConfirmText() {
return $this->t('Delete');
}