You are here

public function RulesAddEditForm::getFormID in Custom filter 8

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

Define the ID of the form.

File

src/Form/RulesAddEditForm.php, line 35

Class

RulesAddEditForm
Defines a form to add/edit the rules.

Namespace

Drupal\customfilter\Form

Code

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