function ContextDelete::getConfirmText
Same name in other branches
- 4.0.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\FormCode
public function getConfirmText() {
return $this->t('Delete');
}