function ConditionDelete::getCancelText

Same name in other branches
  1. 8.x-3.x src/Form/ConditionDelete.php \Drupal\ctools\Form\ConditionDelete::getCancelText()

Overrides ConfirmFormBase::getCancelText

File

src/Form/ConditionDelete.php, line 186

Class

ConditionDelete
Delete Condition Confirmation Form.

Namespace

Drupal\ctools\Form

Code

public function getCancelText() {
    return $this->t('Cancel');
}