public BreakLockForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
Overrides EntityConfirmFormBase::getConfirmText
File
- core/modules/views_ui/src/Form/BreakLockForm.php, line 90
Class
- BreakLockForm
- Builds the form to break the lock of an edited view.
Namespace
Drupal\views_ui\Form
Code
public function getConfirmText() { return $this->t('Break lock'); }
Please login to continue.