function ConditionDelete::getDescription

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

Overrides ConfirmFormBase::getDescription

1 call to ConditionDelete::getDescription()
ConditionDelete::buildForm in src/Form/ConditionDelete.php
Form constructor.

File

src/Form/ConditionDelete.php, line 134

Class

ConditionDelete
Delete Condition Confirmation Form.

Namespace

Drupal\ctools\Form

Code

public function getDescription() {
    return $this->t('This action cannot be undone.');
}