public function RegistrantDeleteForm::getConfirmText in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getConfirmText()
- 3.x src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ContentEntityConfirmFormBase::getConfirmText
File
- src/
Form/ Entity/ RegistrantDeleteForm.php, line 30
Class
- RegistrantDeleteForm
- Form for deleting a registrant.
Namespace
Drupal\rng\Form\EntityCode
public function getConfirmText() {
return t('Delete');
}