function ContextDelete::getConfirmText

Overrides ConfirmFormBase::getConfirmText

File

src/Form/ContextDelete.php, line 64

Class

ContextDelete
Provides a form for deleting an contexts and relationships.

Namespace

Drupal\ctools\Form

Code

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