protected function ThemeInstallerTest::moduleHandler in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/system/src/Tests/Extension/ThemeInstallerTest.php \Drupal\system\Tests\Extension\ThemeInstallerTest::moduleHandler()
Returns the ModuleHandler.
Return value
\Drupal\Core\Extension\ModuleHandlerInterface
File
- core/
modules/ system/ src/ Tests/ Extension/ ThemeInstallerTest.php, line 387 - Contains \Drupal\system\Tests\Extension\ThemeInstallerTest.
Class
- ThemeInstallerTest
- Tests installing and uninstalling of themes.
Namespace
Drupal\system\Tests\ExtensionCode
protected function moduleHandler() {
return $this->container
->get('module_handler');
}