function FormController::getFormId

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/condition_test/src/FormController.php \Drupal\condition_test\FormController::getFormId()
  2. 8.9.x core/modules/system/tests/modules/condition_test/src/FormController.php \Drupal\condition_test\FormController::getFormId()
  3. 10 core/modules/system/tests/modules/condition_test/src/FormController.php \Drupal\condition_test\FormController::getFormId()

Overrides FormInterface::getFormId

File

core/modules/system/tests/modules/condition_test/src/FormController.php, line 35

Class

FormController
Routing controller class for condition_test testing of condition forms.

Namespace

Drupal\condition_test

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.