function AjaxAddMore::getFormId
Same name in other branches
- 3.x modules/form_api_example/src/Form/AjaxAddMore.php \Drupal\form_api_example\Form\AjaxAddMore::getFormId()
- 4.0.x modules/form_api_example/src/Form/AjaxAddMore.php \Drupal\form_api_example\Form\AjaxAddMore::getFormId()
File
-
form_api_example/
src/ Form/ AjaxAddMore.php, line 88
Class
- AjaxAddMore
- Implements the ajax demo form controller.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_ajax_addmore';
}