You are here

public function BreakLockForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Form/BreakLockForm.php \Drupal\views_ui\Form\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 61
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

public function getFormId() {
  return 'views_ui_break_lock_confirm';
}