function AjaxAddMore::getFormId

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

Overrides FormInterface::getFormId

File

modules/form_api_example/src/Form/AjaxAddMore.php, line 88

Class

AjaxAddMore
Implements the ajax demo form controller.

Namespace

Drupal\form_api_example\Form

Code

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