function Autotextfields::getFormId
Same name in other branches
- 3.x modules/ajax_example/src/Form/Autotextfields.php \Drupal\ajax_example\Form\Autotextfields::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
ajax_example/ src/ Form/ Autotextfields.php, line 18
Class
- Autotextfields
- Show textfields based on AJAX-enabled checkbox clicks.
Namespace
Drupal\ajax_example\FormCode
public function getFormId() {
return 'ajax_example_autotextfields';
}