function TestConfigNamesMapper::setConfigFactory

Sets the configuration factory.

The config factory to set.

File

core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php, line 693

Class

TestConfigNamesMapper
Defines a test mapper class.

Namespace

Drupal\Tests\config_translation\Unit

Code

public function setConfigFactory(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}

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