Search for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
install_run_tasks | function | includes/ |
Runs all tasks for the current installation request. |
install_select_locale | function | includes/ |
Installation task; select which locale to use for the current profile. |
install_select_locale_form | function | includes/ |
Form constructor for the language selection form. |
install_select_profile | function | includes/ |
Selects which profile to install. |
install_select_profile_form | function | includes/ |
Form constructor for the profile selection form. |
install_settings_form | function | includes/ |
Form constructor for a form to configure and rewrite settings.php. |
install_settings_form_submit | function | includes/ |
Form submission handler for install_settings_form(). |
install_settings_form_validate | function | includes/ |
Form validation handler for install_settings_form(). |
install_state_defaults | function | includes/ |
Returns an array of default settings for the global installation state. |
install_system_module | function | includes/ |
Installation task; install the Drupal system module. |
install_tasks | function | includes/ |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display | function | includes/ |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform | function | includes/ |
Returns a list of tasks to perform during the current installation request. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED | constant | includes/ |
Global flag to indicate that a task should be run on each installation request that reaches it, until the database is set up and we are able to record the fact that it already ran. |
INSTALL_TASK_RUN_IF_REACHED | constant | includes/ |
Run the task on each installation request until the database is set up. |
INSTALL_TASK_SKIP | constant | includes/ |
Do not run the task during the current installation request. |
install_verify_completed_task | function | includes/ |
Verifies and returns the last installation task that was completed. |
install_verify_pdo | function | includes/ |
Verifies the PDO library. |
install_verify_requirements | function | includes/ |
Verifies the requirements for installing Drupal. |
install_verify_settings | function | includes/ |
Verifies the existing settings in settings.php. |
list.install | file | modules/ |
Install, update and uninstall functions for the list module. |
locale.install | file | modules/ |
Install, update and uninstall functions for the locale module. |
LocaleInstallTest | class | modules/ |
Tests for the st() function. |
LocaleInstallTest::getInfo | function | modules/ |
|
LocaleInstallTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
LocaleInstallTest::testFunctionSignatures | function | modules/ |
Verify that function signatures of t() and st() are equal. |
LocaleUninstallFrenchFunctionalTest | class | modules/ |
Locale uninstall with French UI functional test. |
LocaleUninstallFrenchFunctionalTest::getInfo | function | modules/ |
|
LocaleUninstallFrenchFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
LocaleUninstallFunctionalTest | class | modules/ |
Locale uninstall with English UI functional test. |
LocaleUninstallFunctionalTest::$language | property | modules/ |
The default language set for the UI before uninstall. |
LocaleUninstallFunctionalTest::getInfo | function | modules/ |
|
LocaleUninstallFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
LocaleUninstallFunctionalTest::testUninstallProcess | function | modules/ |
Check if the values of the Locale variables are correct after uninstall. |
locale_install | function | modules/ |
Implements hook_install(). |
locale_modules_installed | function | modules/ |
Implements hook_modules_installed(). |
locale_uninstall | function | modules/ |
Implements hook_uninstall(). |
menu.install | file | modules/ |
Install, update and uninstall functions for the menu module. |
menu_install | function | modules/ |
Implements hook_install(). |
menu_uninstall | function | modules/ |
Implements hook_uninstall(). |
minimal.install | file | profiles/ |
Install, update and uninstall functions for the minimal installation profile. |
minimal_form_install_configure_form_alter | function | profiles/ |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
minimal_install | function | profiles/ |
Implements hook_install(). |
ModuleDependencyTestCase::testUninstallDependents | function | modules/ |
Tests attempting to uninstall a module that has installed dependents. |
ModuleInstallTestCase | class | modules/ |
Unit tests for module installation. |
ModuleInstallTestCase::getInfo | function | modules/ |
|
ModuleInstallTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleInstallTestCase::testDrupalWriteRecord | function | modules/ |
Test that calls to drupal_write_record() work during module installation. |
ModuleUninstallTestCase | class | modules/ |
Unit tests for module uninstallation and related hooks. |
ModuleUninstallTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.