public function RuleDeleteForm::getConfirmText in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/Form/RuleDeleteForm.php \Drupal\rng\Form\RuleDeleteForm::getConfirmText()
- 3.x src/Form/RuleDeleteForm.php \Drupal\rng\Form\RuleDeleteForm::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/ RuleDeleteForm.php, line 30
Class
- RuleDeleteForm
- Form for deleting a rng rule.
Namespace
Drupal\rng\FormCode
public function getConfirmText() {
return t('Delete');
}