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
CreateTestContentEntitiesTrait::installEntitySchemas function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Install required entity schemas.
DatabaseDriver::$installTasks property core/lib/Drupal/Core/Extension/DatabaseDriver.php The install tasks object instance of the database driver.
DatabaseDriver::getInstallTasks function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the install tasks object instance of this database driver.
DatabaseDriverList::getAllInstalledInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns an array of info files information of installed extensions.
DatabaseDriverList::getInstallableList function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the list of installable database drivers.
DatabaseDriverList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of machine names of installed extensions.
DatabaseDriverUninstallValidator class core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Ensures installed modules providing a database driver are not uninstalled.
DatabaseDriverUninstallValidator class core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator.
DatabaseDriverUninstallValidator.php file core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator.php file core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator::$connection property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The database connection.
DatabaseDriverUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The service container.
DatabaseDriverUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The id of the original proxied service.
DatabaseDriverUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The module extension list.
DatabaseDriverUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The real proxied service, after it was lazy loaded.
DatabaseDriverUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Lazy loads the real service from the container.
DatabaseDriverUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator::validate function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Determines the reasons a module can not be uninstalled.
DatabaseDriverUninstallValidator::validate function core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Determines the reasons a module can not be uninstalled.
DatabaseDriverUninstallValidator::__construct function core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Constructs a new DatabaseDriverUninstallValidator.
DatabaseDriverUninstallValidator::__construct function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
DatabaseTestSchemaInstallTrait trait core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Trait to manage installation for test tables.
DatabaseTestSchemaInstallTrait.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php
DatabaseTestSchemaInstallTrait::installSampleSchema function core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Sets up our sample table schema.
database_test.install file core/modules/system/tests/modules/database_test/database_test.install
dblog.install file core/modules/dblog/dblog.install Install, update and uninstall functions for the dblog module.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DefaultsSectionStorageTest::testConfigInstall function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests installing defaults via config install.
DemoUmamiContentHooks::modulePreinstall function core/profiles/demo_umami/modules/demo_umami_content/src/Hook/DemoUmamiContentHooks.php Implements hook_module_preinstall().
DemoUmamiProfileTest::installParameters function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Returns the parameters that will be used when the test installs Drupal.
demo_umami.install file core/profiles/demo_umami/demo_umami.install Install, update and uninstall functions for the demo_umami installation profile.
demo_umami_content.install file core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Install, update and uninstall functions for the module.
demo_umami_content_install function core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Implements hook_install().
demo_umami_content_uninstall function core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install Implements hook_uninstall().
demo_umami_form_install_configure_form_alter function core/profiles/demo_umami/demo_umami.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
demo_umami_form_install_configure_submit function core/profiles/demo_umami/demo_umami.profile Submission handler to sync the contact.form.feedback recipient.
demo_umami_install function core/profiles/demo_umami/demo_umami.install Implements hook_install().
DependencyTest::testUninstallDependents function core/modules/forum/tests/src/Functional/Module/DependencyTest.php Tests attempting to uninstall a module that has installed dependents.
DistributionProfileExistingSettingsTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Confirms that the installation succeeded.
DistributionProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Visits the interactive installer.
DistributionProfileTranslationTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Confirms that the installation succeeded.
drupal.INSTALL.txt file core/assets/scaffold/files/drupal.INSTALL.txt Read core/INSTALL.txt for detailed installation instructions for your Drupal
website.
Drupal::installProfile function core/lib/Drupal.php Gets the active install profile.
DrupalFlushAllCachesInInstallerTest class core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php Tests drupal_flush_all_caches() during an install.
DrupalFlushAllCachesInInstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php
DrupalFlushAllCachesInInstallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php The theme to install as the default for testing.
DrupalFlushAllCachesInInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php The profile to install as a basis for testing.
DrupalFlushAllCachesInInstallerTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php Prepares the current environment for running the test.

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