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
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
template_preprocess_install_page function core/includes/theme.inc Prepares variables for install page templates.
template_preprocess_system_modules_uninstall function core/modules/system/system.admin.inc Prepares variables for module uninstall templates.
TestExtension::$installedExtensions property core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
TestExtension::getInstalledExtensionNames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php Returns a list of machine names of installed extensions.
TestExtension::setInstalledExtensions function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
TestExtensionInstallStorage class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
TestExtensionInstallStorage::getProfile function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Gets the install profile value.
TestingProfileInstallTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Tests installing the Testing profile with update notifications on.
TestingProfileInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The theme to install as the default for testing.
TestingProfileInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The profile to install as a basis for testing.
TestingProfileInstallTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Returns the parameters that will be used when Simpletest installs Drupal.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update module and its dependencies are installed.
testing_install_profile_all_dependencies.info.yml file core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml
testing_install_profile_dependencies.info.yml file core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml
testing_install_profile_dependencies_bc.info.yml file core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml
testing_requirements.install file core/profiles/testing_requirements/testing_requirements.install Install hooks for test profile.
testing_site_config.install file core/profiles/testing_site_config/testing_site_config.install Install functions for the testing_site_config module.
testing_site_config_install function core/profiles/testing_site_config/testing_site_config.install Implements hook_install().
TestInstallStorage class core/modules/config/tests/config_test/src/TestInstallStorage.php Tests configuration of profiles, modules and themes.
TestInstallStorage.php file core/modules/config/tests/config_test/src/TestInstallStorage.php
TestInstallStorage::getAllFolders function core/modules/config/tests/config_test/src/TestInstallStorage.php Returns a map of all config object names and their folders.
TestPreinstallInterface interface core/tests/Drupal/TestSite/TestPreinstallInterface.php Allows running code prior to a test site install.
TestPreinstallInterface.php file core/tests/Drupal/TestSite/TestPreinstallInterface.php
TestPreinstallInterface::preinstall function core/tests/Drupal/TestSite/TestPreinstallInterface.php Runs code prior to a test site install.
TestSiteApplicationTest::testInstallInDifferentLanguage function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteApplicationTest::testInstallScript function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteApplicationTest::testInstallWithFileWithNoClass function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteApplicationTest::testInstallWithNonExistingFile function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteApplicationTest::testInstallWithNonSetupClass function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteInstallCommand class core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Command to create a test Drupal site.
TestSiteInstallCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::$databasePrefix property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The database prefix of this test run.
TestSiteInstallCommand::$langcode property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The language to install the site in.
TestSiteInstallCommand::$profile property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The install profile to use.
TestSiteInstallCommand::$timeLimit property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Time limit in seconds for the test.
TestSiteInstallCommand::changeDatabasePrefix function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::ensureDirectory function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Ensures that the sites/simpletest directory exists and is writable.
TestSiteInstallCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::executePreinstallClass function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Uses the setup file to configure the environment prior to install.
TestSiteInstallCommand::executeSetupClass function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Uses the setup file to configure Drupal.
TestSiteInstallCommand::getSetupClass function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Gets the setup class.
TestSiteInstallCommand::installDrupal function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Installs Drupal into the test site.
TestSiteInstallCommand::installParameters function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::prepareDatabasePrefix function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Generates a database prefix for running tests.
TestSiteInstallCommand::setup function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Creates a test drupal installation.
TestSiteInstallTestScript class core/tests/Drupal/TestSite/TestSiteInstallTestScript.php Setup file used by TestSiteApplicationTest.
TestSiteInstallTestScript.php file core/tests/Drupal/TestSite/TestSiteInstallTestScript.php

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