You are here

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

Same name and namespace in other branches
  1. 8 src/Form/RulesAddEditForm.php \Drupal\customfilter\Form\RulesAddEditForm::getFormID()

Define the ID of the form.

Overrides FormInterface::getFormId

File

src/Form/RulesAddEditForm.php, line 27

Class

RulesAddEditForm
Defines a form to add/edit the rules.

Namespace

Drupal\customfilter\Form

Code

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