class SystemConfigFormTestForm

Tests the SystemConfigFormBase class.

Hierarchy

Expanded class hierarchy of SystemConfigFormTestForm

2 files declare their use of SystemConfigFormTestForm
form_test.module in drupal/core/modules/system/tests/modules/form_test/form_test.module
Helper module for the form API tests.
SystemConfigFormTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php
Contains \Drupal\system\Tests\Form\SystemConfigFormTest.
1 string reference to 'SystemConfigFormTestForm'
form_test.routing.yml in drupal/core/modules/system/tests/modules/form_test/form_test.routing.yml
drupal/core/modules/system/tests/modules/form_test/form_test.routing.yml

File

drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/SystemConfigFormTestForm.php, line 15
Contains \Drupal\form_test\SystemConfigFormTestForm.

Namespace

Drupal\form_test
View source
class SystemConfigFormTestForm extends SystemConfigFormBase {

  /**
   * Implements \Drupal\Core\Form\FormInterface::getFormID().
   */
  public function getFormID() {
    return 'form_test_system_config_test_form';
  }

}

Members