function BreakLockForm::getFormId

Overrides FormInterface::getFormId

File

src/Form/BreakLockForm.php, line 59

Class

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

Namespace

Drupal\rules\Form

Code

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