Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 8.9.x for install
  4. Search 10.3.x for install
  5. Other projects
Title Object type File name Summary
module_install_class_loader_test1.event_subscriber service core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml Drupal\module_install_class_loader_test2\EventSubscriber
module_install_class_loader_test1.event_subscriber service core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml Drupal\module_install_class_loader_test1\EventSubscriber
module_install_class_loader_test1.info.yml file core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml
module_install_class_loader_test1.services.yml file core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml
module_install_class_loader_test2.info.yml file core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml
module_install_class_loader_test2.services.yml file core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml
module_test.install file core/modules/system/tests/modules/module_test/module_test.install
module_test_install function core/modules/system/tests/modules/module_test/module_test.install Implements hook_install().
module_test_modules_installed function core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_installed().
module_test_modules_uninstalled function core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_uninstalled().
MultipleDistributionsProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Confirms that the installation succeeded.
mysql.install file core/modules/mysql/mysql.install Install, update and uninstall functions for the mysql module.
navigation.install file core/modules/navigation/navigation.install Install, update and uninstall functions for the navigation module.
NewDefaultThemeBlocksTest::$themeInstaller property core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php The theme installer service.
new_dependency_test.install file core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install
nightwatch_theme_install_utility.info.yml file core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.info.yml
nightwatch_theme_install_utility.routing.yml file core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.routing.yml core/modules/system/tests/modules/nightwatch_theme_install_utility/nightwatch_theme_install_utility.routing.yml
node.install file core/modules/node/node.install Install, update and uninstall functions for the node module.
node.type.options_install_test.yml file core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml
NodeTranslationUITest::doUninstallTest function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests uninstalling content_translation.
NodeTypeTranslationTest::installParameters function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Install Drupal in a language other than English for this test. This is not
needed to test the node type translation itself but acts as a regression
test.
node_install function core/modules/node/node.install Implements hook_install().
node_modules_installed function core/modules/node/node.module Implements hook_modules_installed().
node_modules_uninstalled function core/modules/node/node.module Implements hook_modules_uninstalled().
node_uninstall function core/modules/node/node.install Implements hook_uninstall().
NormalInstallerServiceProvider class core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php Service provider for the installer environment.
NormalInstallerServiceProvider.php file core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
NormalInstallerServiceProvider::register function core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php Registers services to the container.
OliveroTest::testIsUninstallable function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests that the Olivero theme can be uninstalled.
OptionsTestBase::mockStandardInstall function core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Provides a workaround for the inability to use the standard profile.
options_config_install_test.info.yml file core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
PackageInstallTest class core/modules/package_manager/tests/src/Build/PackageInstallTest.php Tests installing packages in a stage directory.
PackageInstallTest.php file core/modules/package_manager/tests/src/Build/PackageInstallTest.php
PackageInstallTest::testPackageInstall function core/modules/package_manager/tests/src/Build/PackageInstallTest.php Tests installing packages in a stage directory.
PackageInstallTest::testSubModules function core/modules/package_manager/tests/src/Build/PackageInstallTest.php Tests installing a Drupal submodule.
PackageManagerUninstallValidator class core/modules/package_manager/src/PackageManagerUninstallValidator.php Prevents any module from being uninstalled if update is in process.
PackageManagerUninstallValidator.php file core/modules/package_manager/src/PackageManagerUninstallValidator.php
PackageManagerUninstallValidator::validate function core/modules/package_manager/src/PackageManagerUninstallValidator.php Determines the reasons a module can not be uninstalled.
PackageManagerUninstallValidator::__construct function core/modules/package_manager/src/PackageManagerUninstallValidator.php
package_manager.install file core/modules/package_manager/package_manager.install
page_cache_form_test.install file core/modules/page_cache/tests/modules/page_cache_form_test.install Install hooks for page_cache_form_test.
page_cache_form_test_install function core/modules/page_cache/tests/modules/page_cache_form_test.install Implements hook_install().
path.install file core/modules/path/path.install Update functions for the path module.
PerformanceTestBase::installModulesFromClassProperty function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Install modules defined by `static::$modules`.
PerformanceTestTrait::doInstallModulesFromClassProperty function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::installModulesFromClassProperty().
pgsql.install file core/modules/pgsql/pgsql.install Install, update and uninstall functions for the pgsql module.
pgsql_test.install file core/modules/system/tests/modules/pgsql_test/pgsql_test.install
phpass_form_system_modules_uninstall_confirm_form_alter function core/modules/phpass/phpass.module Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form.
PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests that there are no errors if the plugin is set up correctly.
PhpTufValidatorTest::testPluginNotInstalledInProjectRoot function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests there is an error if the plugin is not installed in the project root.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.