public BreakLockForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides EntityForm::getFormId
File
- core/modules/views_ui/src/Form/BreakLockForm.php, line 56
Class
- BreakLockForm
- Builds the form to break the lock of an edited view.
Namespace
Drupal\views_ui\Form
Code
public function getFormId() { return 'views_ui_break_lock_confirm'; }
Please login to continue.