You are here

public function TestConfigFactoryOverrideBase::doFilterNestedArray in Drupal 8

Same name and namespace in other branches
  1. 9 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);
}