function DeleteEventForm::getConfirmText
Overrides ConfirmFormBase::getConfirmText
File
-
src/
Form/ DeleteEventForm.php, line 100
Class
- DeleteEventForm
- Removes an event from a rule.
Namespace
Drupal\rules\FormCode
public function getConfirmText() {
return $this->t('Delete');
}