SystemConfigFormTestForm.php
Same filename in other branches
Namespace
Drupal\form_testFile
-
core/
modules/ system/ tests/ modules/ form_test/ src/ SystemConfigFormTestForm.php
View source
<?php
namespace Drupal\form_test;
use Drupal\Core\Form\ConfigFormBase;
/**
* Tests the ConfigFormBase class.
*
* @internal
*/
class SystemConfigFormTestForm extends ConfigFormBase {
/**
* {@inheritdoc}
*/
public function getFormId() {
return 'form_test_system_config_test_form';
}
/**
* {@inheritdoc}
*/
protected function getEditableConfigNames() {
return [];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
SystemConfigFormTestForm | Tests the ConfigFormBase class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.