function AjaxColorForm::getFormId

Same name in other branches
  1. 3.x modules/form_api_example/src/Form/AjaxColorForm.php \Drupal\form_api_example\Form\AjaxColorForm::getFormId()
  2. 8.x-1.x form_api_example/src/Form/AjaxColorForm.php \Drupal\form_api_example\Form\AjaxColorForm::getFormId()

Overrides FormInterface::getFormId

File

modules/form_api_example/src/Form/AjaxColorForm.php, line 22

Class

AjaxColorForm
Implements the ajax demo form controller.

Namespace

Drupal\form_api_example\Form

Code

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