protected function BreakLockForm::getConfirmText

Implements \Drupal\Core\Form\ConfirmFormBase::getConfirmText().

Overrides ConfirmFormBase::getConfirmText

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php, line 100
Contains \Drupal\views_ui\Form\BreakLockForm.

Class

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

Namespace

Drupal\views_ui\Form

Code

protected function getConfirmText() {
  return t('Break lock');
}