function KernelTestBase::config
Configuration accessor for tests. Returns non-overridden configuration.
Parameters
string $name: The configuration name.
Return value
\Drupal\Core\Config\Config The configuration object with original configuration data.
91 calls to KernelTestBase::config()
- BlockConfigSchemaTest::testBlockConfigSchema in core/modules/ book/ tests/ src/ Kernel/ Block/ BlockConfigSchemaTest.php 
- Tests the block config schema for block plugins.
- BlockConfigSchemaTest::testBlockConfigSchema in core/modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php 
- Tests the block config schema for block plugins.
- BookMultilingualTest::setUp in core/modules/ book/ tests/ src/ Kernel/ BookMultilingualTest.php 
- BookPendingRevisionTest::testBookWithPendingRevisions in core/modules/ book/ tests/ src/ Kernel/ BookPendingRevisionTest.php 
- Tests pending revision handling for books.
- BookSettingsFormTest::testConfigValuesSavedCorrectly in core/modules/ book/ tests/ src/ Kernel/ BookSettingsFormTest.php 
- Tests that submitted values are processed and saved correctly.
File
- 
              core/tests/ Drupal/ KernelTests/ KernelTestBase.php, line 464 
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected function config($name) {
  return $this->container
    ->get('config.factory')
    ->getEditable($name);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
