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. 4.0.x modules/form_api_example/src/Form/AjaxColorForm.php \Drupal\form_api_example\Form\AjaxColorForm::getFormId()

File

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';
}