You are here

29 string references to module_installer in Drupal 8

ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.
ConfigTestTrait::configImporter in core/tests/Drupal/Tests/ConfigTestTrait.php
Returns a ConfigImporter object to import test configuration.
ConfigUninstallViaCliImportTest::setUp in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ContentEntityNullStorageTest::testDeleteThroughImport in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
DefaultConfigTest::testModuleConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests if installed config is equal to the exported config.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
ModuleHandlerTest::moduleInstaller in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Returns the ModuleInstaller.
ModuleInstallerTest::testCacheBinCleanup in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests cache bins defined by modules are removed when uninstalled.
ModuleInstallerTest::testKernelRebuildDuringHookInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Ensure that rebuilding the container in hook_install() works.
ModulesListConfirmForm::create in core/modules/system/src/Form/ModulesListConfirmForm.php
Instantiates a new instance of this class.
ModulesListForm::create in core/modules/system/src/Form/ModulesListForm.php
Instantiates a new instance of this class.
ModulesUninstallConfirmForm::create in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Instantiates a new instance of this class.
ModulesUninstallForm::create in core/modules/system/src/Form/ModulesUninstallForm.php
Instantiates a new instance of this class.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
PathAliasToEntityUpdateTest::testConversionToEntities in core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php
Tests the conversion of path aliases to entities.
SimpletestTest::testUninstallModule in core/modules/simpletest/tests/src/Functional/SimpletestTest.php
Test that we can uninstall the module without mishap.
SiteConfigureForm::create in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Instantiates a new instance of this class.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
ThemeInstallerTest::moduleInstaller in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Returns the ModuleInstaller.
ThemesNotUsingClassyTemplatesTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php
Installs all core modules.
UninstallDefaultContentTest::testReinstall in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Tests uninstalling content removes created entities.