class TestConfigFactoryOverrideBase

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase
  2. 8.9.x core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase
  3. 10 core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase

Stub class for testing ConfigFactoryOverrideBase.

Hierarchy

Expanded class hierarchy of TestConfigFactoryOverrideBase

File

core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php, line 88

Namespace

Drupal\Tests\Core\Config
View source
class TestConfigFactoryOverrideBase extends ConfigFactoryOverrideBase {
    public function doFilterNestedArray(array $original_data, array &$override_data) {
        return $this->filterNestedArray($original_data, $override_data);
    }
    public function addCollections(ConfigCollectionInfo $collection_info) {
    }
    public function onConfigSave(ConfigCrudEvent $event) {
    }
    public function onConfigDelete(ConfigCrudEvent $event) {
    }
    public function onConfigRename(ConfigRenameEvent $event) {
    }

}

Members


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