function DeleteEventForm::getConfirmText

Overrides ConfirmFormBase::getConfirmText

File

src/Form/DeleteEventForm.php, line 100

Class

DeleteEventForm
Removes an event from a rule.

Namespace

Drupal\rules\Form

Code

public function getConfirmText() {
    return $this->t('Delete');
}