class ConfiguredTrait

Same name in other branches
  1. 10 core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php \Drupal\Tests\Core\Form\ConfiguredTrait

Hierarchy

Expanded class hierarchy of ConfiguredTrait

File

core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php, line 72

Namespace

Drupal\Tests\Core\Form
View 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.