protected function ThemeInstallerTest::themeHandler 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::themeHandler()
Returns the theme handler service.
Return value
\Drupal\Core\Extension\ThemeHandlerInterface
File
- core/
modules/ system/ src/ Tests/ Extension/ ThemeInstallerTest.php, line 360 - Contains \Drupal\system\Tests\Extension\ThemeInstallerTest.
Class
- ThemeInstallerTest
- Tests installing and uninstalling of themes.
Namespace
Drupal\system\Tests\ExtensionCode
protected function themeHandler() {
return $this->container
->get('theme_handler');
}