class ConfiguredTrait
Same name in other branches
- 11.x core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php \Drupal\Tests\Core\Form\ConfiguredTrait
Hierarchy
- class \Drupal\Tests\Core\Form\ConfiguredTrait uses \Drupal\Core\Form\ConfigFormBaseTrait
Expanded class hierarchy of ConfiguredTrait
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ ConfigFormBaseTraitTest.php, line 72
Namespace
Drupal\Tests\Core\FormView source
class ConfiguredTrait {
use ConfigFormBaseTrait;
public $configFactory;
protected function getEditableConfigNames() {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
ConfigFormBaseTrait::config | protected | function | Retrieves a configuration object. | |
ConfiguredTrait::$configFactory | public | property | ||
ConfiguredTrait::getEditableConfigNames | protected | function | Gets the configuration names that will be editable. | Overrides ConfigFormBaseTrait::getEditableConfigNames |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.