function TestConfigFactoryOverrideBase::doFilterNestedArray

File

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

Class

TestConfigFactoryOverrideBase
Stub class for testing ConfigFactoryOverrideBase.

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.