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 11.x for install
  5. Other projects
Title Object type File name Summary
TestSiteInstallCommand::$originalShutdownCallbacks property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The original array of shutdown function callbacks.
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::$translationFilesDirectory property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The translation file directory for the test environment.
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.
TestSiteInstallCommand::__construct function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php @todo Remove and fix test to not rely on super user.
TestSiteInstallTestScript class core/tests/Drupal/TestSite/TestSiteInstallTestScript.php Setup file used by TestSiteApplicationTest.
TestSiteInstallTestScript.php file core/tests/Drupal/TestSite/TestSiteInstallTestScript.php
TestSiteInstallTestScript::setup function core/tests/Drupal/TestSite/TestSiteInstallTestScript.php Run the code to setup the test environment.
TestSiteMultilingualInstallTestScript class core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php Setup file used by TestSiteApplicationTest.
TestSiteMultilingualInstallTestScript.php file core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php
TestSiteMultilingualInstallTestScript::preinstall function core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php Runs code prior to a test site install.
TestSiteMultilingualInstallTestScript::setup function core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php Run the code to setup the test environment.
TestSiteOliveroInstallTestScript class core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php Setup file used by TestSiteInstallTestScript.
TestSiteOliveroInstallTestScript.php file core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php
TestSiteOliveroInstallTestScript::setup function core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php Run the code to setup the test environment.
test_batch_test.install file core/modules/system/tests/modules/test_batch_test/test_batch_test.install Install hooks for test module.
test_batch_test_install function core/modules/system/tests/modules/test_batch_test/test_batch_test.install Implements hook_install().
Theme::getInstallDirectory function core/lib/Drupal/Core/Updater/Theme.php Returns the directory where a theme should be installed.
Theme::isInstalled function core/lib/Drupal/Core/Updater/Theme.php Checks if the project is installed.
Theme::postInstall function core/lib/Drupal/Core/Updater/Theme.php Performs actions after installation.
Theme::postInstallTasks function core/lib/Drupal/Core/Updater/Theme.php Returns an array of links to pages that should be visited post operation.
ThemeController::$themeInstaller property core/modules/system/src/Controller/ThemeController.php The theme installer service.
ThemeController::install function core/modules/system/src/Controller/ThemeController.php Installs a theme.
ThemeController::uninstall function core/modules/system/src/Controller/ThemeController.php Uninstalls a theme.
ThemeController::willInstallExperimentalTheme function core/modules/system/src/Controller/ThemeController.php Checks if the given theme requires the installation of experimental themes.
ThemeEngineExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Returns a list of machine names of installed extensions.
ThemeExperimentalConfirmForm::$themeInstaller property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php The theme installer service.
ThemeExtensionList::$installedThemes property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The list of installed themes.
ThemeExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Returns a list of machine names of installed extensions.
ThemeInfoTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php The theme installer used in this test for enabling themes.
ThemeInstallController class core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Provides an easier way for Nightwatch tests to install themes.
ThemeInstallController.php file core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php
ThemeInstallController::$themeInstaller property core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php The theme installer service.
ThemeInstallController::create function core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Instantiates a new instance of the implementing class using autowiring.
ThemeInstallController::installAdmin function core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Install a theme as the admin theme.
ThemeInstallController::installDefault function core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Install a theme as default.
ThemeInstallController::installTheme function core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Installs a theme.
ThemeInstallController::__construct function core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php Constructs a new ThemeInstallController.
ThemeInstaller class core/lib/Drupal/Core/Extension/ThemeInstaller.php Manages theme installation/uninstallation.

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