You are here

protected function ThemeInstallerTest::themeInstaller in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Extension/ThemeInstallerTest.php \Drupal\system\Tests\Extension\ThemeInstallerTest::themeInstaller()

Returns the theme installer service.

Return value

\Drupal\Core\Extension\ThemeInstallerInterface

File

core/modules/system/src/Tests/Extension/ThemeInstallerTest.php, line 369
Contains \Drupal\system\Tests\Extension\ThemeInstallerTest.

Class

ThemeInstallerTest
Tests installing and uninstalling of themes.

Namespace

Drupal\system\Tests\Extension

Code

protected function themeInstaller() {
  return $this->container
    ->get('theme_installer');
}