function BreakLockForm::getConfirmText

Overrides ConfirmFormBase::getConfirmText

File

src/Form/BreakLockForm.php, line 95

Class

BreakLockForm
Builds the form to break the lock of an edited rule.

Namespace

Drupal\rules\Form

Code

public function getConfirmText() {
    return $this->t('Break lock');
}