InstallerLanguageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
Sets up a Drupal site for running functional and integration tests. |
drupal_installation_attempted |
function |
drupal/core/includes/bootstrap.inc |
Returns TRUE if a Drupal installation is currently being attempted. |
seven_preprocess_install_page |
function |
drupal/core/themes/seven/seven.theme |
Implements hook_preprocess_install_page(). |
system_test_modules_installed |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_modules_installed(). |
install_verify_completed_task |
function |
drupal/core/includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
LocaleUninstallFrenchTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php |
Definition of Drupal\locale\Tests\LocaleUninstallFrenchTest. |
ConfigInstallWebTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php |
|
LocaleUninstallTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Modules to enable. |
install_configure_form_submit |
function |
drupal/core/includes/install.core.inc |
Form submission handler for install_configure_form(). |
InstallStorage::getAllFolders |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Returns a map of all config object names and their folders. |
ModulesInstallConfirmForm.php |
file |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php |
Contains \Drupal\system\Form\ModulesInstallConfirmForm. |
config_install_default_config |
function |
drupal/core/includes/config.inc |
Installs the default configuration of a given extension. |
UpdaterInterface::isInstalled |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Checks if the project is installed. |
UpdaterInterface::postInstall |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Actions to run after an install has occurred. |
theme_system_modules_uninstall |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for a table of currently disabled modules. |
WebTestBase::installParameters |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Returns the parameters that will be used when Simpletest installs Drupal. |
Update Manager module: install |
group |
drupal/core/modules/update/update.manager.inc |
Update Manager module functionality for installing new code. |
breakpoint_modules_uninstalled |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Implements hook_modules_uninstalled(). |
install_settings_form_validate |
function |
drupal/core/includes/install.core.inc |
Form validation handler for install_settings_form(). |
LocaleUninstallTest::$language |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
The default language set for the UI before uninstall. |
UpdateModuleHandler::uninstall |
function |
drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php |
Uninstalls a given list of disabled modules. |
InstallerLanguageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
|
system_modules_uninstall_submit |
function |
drupal/core/modules/system/system.admin.inc |
Processes the submitted uninstall form. |
InstallerTest::refreshVariables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php |
During setup(), drupalPost calls refreshVariables() which tries to read
variables which are not yet there because the child Drupal is not yet
installed. |
system_test_modules_uninstalled |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_modules_uninstalled(). |
module_test_modules_uninstalled |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_modules_uninstalled(). |
install_configure_form_validate |
function |
drupal/core/includes/install.core.inc |
Form validation handler for install_configure_form(). |
install_verify_config_directory |
function |
drupal/core/includes/install.inc |
Checks whether a config directory exists and is writable. |
install_ensure_config_directory |
function |
drupal/core/includes/install.inc |
Ensures that the config directory exists and is writable, or can be made so. |
SiteNameTest::installParameters |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/SiteNameTest.php |
Overrides \Drupal\simpletest\WebTestBase::installParameters(). |
config_uninstall_default_config |
function |
drupal/core/includes/config.inc |
Uninstalls the default configuration of a given extension. |
ModulesUninstallConfirmForm.php |
file |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php |
Contains \Drupal\system\Form\ModulesUninstallConfirmForm. |
LocaleUninstallFrenchTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php |
Sets up a Drupal site for running functional and integration tests. |
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
install_file_translation_service |
function |
drupal/core/includes/install.core.inc |
Build a file translation service for installation. |
install_get_localization_release |
function |
drupal/core/includes/install.core.inc |
Gets the core release version for localization. |
Updater::prepareInstallDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Makes sure the installation parent directory exists and is writable. |
DrupalUnitTestBase::installConfig |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Installs default configuration for a given list of modules. |
DrupalUnitTestBase::installSchema |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Installs a specific table from a module schema definition. |
system_modules_uninstall_validate |
function |
drupal/core/modules/system/system.admin.inc |
Validates the submitted uninstall form. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED |
constant |
drupal/core/includes/install.core.inc |
Run the task on each installation request until the database is set up. |
install_check_localization_server |
function |
drupal/core/includes/install.core.inc |
Checks if the localization server can be contacted. |
ModuleHandlerInterface::uninstall |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Uninstalls a given list of disabled modules. |
_install_profile_modules_finished |
function |
drupal/core/includes/install.core.inc |
'Finished' callback for module installation batch. |
drupal_install_config_directories |
function |
drupal/core/includes/install.inc |
Creates the config directory and ensures it is operational. |
InstallStorage::getComponentNames |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Get all configuration names and folders for a list of modules or themes. |
InstallTest::testDrupalWriteRecord |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
Test that calls to drupal_write_record() work during module installation. |
LocaleUninstallFrenchTest::getInfo |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php |
|
update_manager_install_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
InstallStorage::getComponentFolder |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Get folder inside each component that contains the files. |