You are here

public function RulesListForm::getFormId in Custom filter 2.0.x

Define the ID of the form.

Overrides FormInterface::getFormId

File

src/Form/RulesListForm.php, line 28

Class

RulesListForm
Defines a form to list the rules.

Namespace

Drupal\customfilter\Form

Code

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