protected function ThemeInstallerTest::extensionConfig in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Extension/ThemeInstallerTest.php \Drupal\system\Tests\Extension\ThemeInstallerTest::extensionConfig()
Returns the system.theme config object.
Return value
File
- core/
modules/ system/ src/ Tests/ Extension/ ThemeInstallerTest.php, line 378 - Contains \Drupal\system\Tests\Extension\ThemeInstallerTest.
Class
- ThemeInstallerTest
- Tests installing and uninstalling of themes.
Namespace
Drupal\system\Tests\ExtensionCode
protected function extensionConfig() {
return $this
->config('core.extension');
}