You are here

protected function ThemeInstallerTest::extensionConfig in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php \Drupal\KernelTests\Core\Theme\ThemeInstallerTest::extensionConfig()
  2. 10 core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php \Drupal\KernelTests\Core\Theme\ThemeInstallerTest::extensionConfig()

Returns the system.theme config object.

Return value

\Drupal\Core\Config\Config

File

core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php, line 446

Class

ThemeInstallerTest
Tests installing and uninstalling of themes.

Namespace

Drupal\KernelTests\Core\Theme

Code

protected function extensionConfig() {
  return $this
    ->config('core.extension');
}