function ConditionDelete::getConfirmText
Same name in other branches
- 8.x-3.x src/Form/ConditionDelete.php \Drupal\ctools\Form\ConditionDelete::getConfirmText()
Overrides ConfirmFormBase::getConfirmText
1 call to ConditionDelete::getConfirmText()
- ConditionDelete::actions in src/
Form/ ConditionDelete.php
File
-
src/
Form/ ConditionDelete.php, line 179
Class
- ConditionDelete
- Delete Condition Confirmation Form.
Namespace
Drupal\ctools\FormCode
public function getConfirmText() {
return $this->t('Delete');
}