function RequiredContextDelete::getConfirmText

Same name in other branches
  1. 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\Form

Code

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