function ContextDelete::getConfirmText

Same name in other branches
  1. 8.x-3.x src/Form/ContextDelete.php \Drupal\ctools\Form\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');
}