Search for install

  1. Search 7.x for install
  2. Search 9.5.x for install
  3. Search 10.3.x for install
  4. Search 11.x for install
  5. Other projects
Title Object type File name Summary
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.
new_dependency_test.install file core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Install, update and uninstall functions for the new_dependency_test module.
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
NoDependenciesUpdateTest::$installProfile property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The install profile used in the database dump file.
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 non early 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.
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
OtherInstallationProfileTestsTest class core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Verifies that tests in other installation profiles are found.
OtherInstallationProfileTestsTest.php file core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
OtherInstallationProfileTestsTest::$adminUser property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php An administrative user with permission to administer unit tests.
OtherInstallationProfileTestsTest::$modules property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Modules to enable.
OtherInstallationProfileTestsTest::$profile property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Use the Minimal profile.
OtherInstallationProfileTestsTest::setUp function core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
OtherInstallationProfileTestsTest::testOtherInstallationProfile function core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Tests that tests located in another installation profile appear.
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.
plugin.manager.lazy_route_provider_install_test service core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml \Drupal\lazy_route_provider_install_test\PluginManager
Plugin::uninstall function composer/Plugin/Scaffold/Plugin.php
PrepareModulesEntityUninstallForm class core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Provides a form removing module content entities data before uninstallation.
PrepareModulesEntityUninstallForm.php file core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
PrepareModulesEntityUninstallForm::$entityTypeId property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type ID of the entities to delete.
PrepareModulesEntityUninstallForm::$entityTypeManager property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type manager.
PrepareModulesEntityUninstallForm::buildForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form constructor.
PrepareModulesEntityUninstallForm::create function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Instantiates a new instance of this class.
PrepareModulesEntityUninstallForm::deleteContentEntities function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Deletes the content entities of the specified entity type.
PrepareModulesEntityUninstallForm::getCancelUrl function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the route to go to if the user cancels the action.
PrepareModulesEntityUninstallForm::getConfirmText function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a caption for the button that confirms the action.
PrepareModulesEntityUninstallForm::getDescription function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns additional text to display as a description.
PrepareModulesEntityUninstallForm::getFormId function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a unique string identifying the form.
PrepareModulesEntityUninstallForm::getQuestion function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the question to ask the user.
PrepareModulesEntityUninstallForm::moduleBatchFinished function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Implements callback_batch_finished().
PrepareModulesEntityUninstallForm::submitForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form submission handler.
PrepareModulesEntityUninstallForm::__construct function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Constructs a PrepareModulesEntityUninstallForm object.
PrepareUninstallTest class core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that modules which provide entity types can be uninstalled.
PrepareUninstallTest.php file core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php The theme to install as the default for testing.
PrepareUninstallTest::$modules property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Modules to enable.

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