function SubmitDriven::getFormId

Same name in other branches
  1. 8.x-1.x ajax_example/src/Form/SubmitDriven.php \Drupal\ajax_example\Form\SubmitDriven::getFormId()
  2. 4.0.x modules/ajax_example/src/Form/SubmitDriven.php \Drupal\ajax_example\Form\SubmitDriven::getFormId()

Overrides FormInterface::getFormId

File

modules/ajax_example/src/Form/SubmitDriven.php, line 16

Class

SubmitDriven
Submit a form without a page reload.

Namespace

Drupal\ajax_example\Form

Code

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