function TestConfigFactoryOverrideBase::doFilterNestedArray

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase::doFilterNestedArray()
  2. 10 core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase::doFilterNestedArray()
  3. 11.x core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase::doFilterNestedArray()

File

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

Class

TestConfigFactoryOverrideBase

Namespace

Drupal\Tests\Core\Config

Code

public function doFilterNestedArray(array $original_data, array &$override_data) {
    return $this->filterNestedArray($original_data, $override_data);
}

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