config_install_default_config |
function |
drupal/core/includes/config.inc |
Installs the default configuration of a given extension. |
LocaleUninstallTest::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
Modules to enable. |
InstallTest::testCacheInstall |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
Tests the behavior of the cache backend used for installing Drupal. |
install_verify_completed_task |
function |
drupal/core/includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
install_find_translation_files |
function |
drupal/core/includes/install.core.inc |
Finds installer translations either for a specific langcode or all languages. |
breakpoint_modules_uninstalled |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Implements hook_modules_uninstalled(). |
InstallBackend::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::deleteMultiple(). |
InstallBackend::invalidateTags |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::invalidateTags(). |
theme_system_modules_uninstall |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for a table of currently disabled modules. |
InstallerLanguageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/InstallerLanguageTest.php |
|
LocaleUninstallTest::$language |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
The default language set for the UI before uninstall. |
Update Manager module: install |
group |
drupal/core/modules/update/update.manager.inc |
Update Manager module functionality for installing new code. |
install_settings_form_validate |
function |
drupal/core/includes/install.core.inc |
Form validation handler for install_settings_form(). |
install_configure_form_validate |
function |
drupal/core/includes/install.core.inc |
Form validation handler for install_configure_form(). |
module_test_modules_uninstalled |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_modules_uninstalled(). |
DatabaseTestBase::installTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DatabaseTestBase.php |
Sets up several tables needed by a certain test. |
system_modules_uninstall_submit |
function |
drupal/core/modules/system/system.admin.inc |
Processes the submitted uninstall form. |
system_test_modules_uninstalled |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_modules_uninstalled(). |
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. |
config_uninstall_default_config |
function |
drupal/core/includes/config.inc |
Uninstalls the default configuration of a given extension. |
LocaleUninstallFrenchTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php |
Sets up a Drupal site for running functional and integration tests. |
Updater::prepareInstallDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Makes sure the installation parent directory exists and is writable. |
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
_install_profile_modules_finished |
function |
drupal/core/includes/install.core.inc |
'Finished' callback for module installation batch. |
InstallBackend::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::garbageCollection(). |
system_modules_uninstall_validate |
function |
drupal/core/modules/system/system.admin.inc |
Validates the submitted uninstall form. |
drupal_install_config_directories |
function |
drupal/core/includes/install.inc |
Creates the config directory and ensures it is operational. |
DrupalUnitTestBase::installSchema |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Installs a specific table from a module schema definition. |
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. |
InstallationProfileModuleTestsTest |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Verifies that tests bundled with installation profile modules are found. |
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 |
|
InstallBackend::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Overrides Drupal\Core\Cache\DatabaseBackend::invalidateMultiple(). |
update_manager_install_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
drupal_get_installed_schema_version |
function |
drupal/core/includes/schema.inc |
Returns the currently installed schema version for a module. |
drupal_set_installed_schema_version |
function |
drupal/core/includes/schema.inc |
Updates the installed version information for a module. |
update_manager_install_form_validate |
function |
drupal/core/modules/update/update.manager.inc |
Form validation handler for update_manager_install_form(). |
install_import_translations_remaining |
function |
drupal/core/includes/install.core.inc |
Finishes importing files at end of installation. |
TaxonomyTestBase::mockStandardInstall |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/TaxonomyTestBase.php |
Provides a workaround for the inability to use the standard profile. |
system_modules_uninstall_confirm_form |
function |
drupal/core/modules/system/system.admin.inc |
Confirm uninstall of selected modules. |
UpdaterInterface::getInstallDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the path to the default install location. |
InstallationProfileModuleTestsTest.php |
file |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Definition of Drupal\simpletest\Tests\InstallationProfileModuleTestsTest. |
OtherInstallationProfileModuleTestsTest |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php |
Verifies that tests in other installation profiles are not found. |
DependencyTest::testUninstallDependents |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests attempting to uninstall a module that has installed dependents. |
UninstallTest::testUserPermsUninstalled |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
Tests the hook_modules_uninstalled() of the user module. |
update_authorize_install_batch_finished |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized install batch is done. |
drupal_install_profile_distribution_name |
function |
drupal/core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
InstallationProfileModuleTestsTest::setUp |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Sets up a Drupal site for running functional and integration tests. |
DrupalUnitTestBaseTest::testInstallSchema |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests expected behavior of installSchema(). |