function Autotextfields::getFormId

Same name in other branches
  1. 8.x-1.x ajax_example/src/Form/Autotextfields.php \Drupal\ajax_example\Form\Autotextfields::getFormId()
  2. 4.0.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\Form

Code

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