protected function ModuleHandlerTest::moduleInstaller in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php \Drupal\Tests\system\Kernel\Extension\ModuleHandlerTest::moduleInstaller()
Returns the ModuleInstaller.
Return value
\Drupal\Core\Extension\ModuleInstallerInterface
File
- core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php, line 377
Class
- ModuleHandlerTest
- Tests ModuleHandler functionality.
Namespace
Drupal\Tests\system\Kernel\ExtensionCode
protected function moduleInstaller() {
return $this->container
->get('module_installer');
}