Search for all
Title | Object type | File name | Summary |
---|---|---|---|
install_already_done_error | function | includes/ |
Indicates that Drupal has already been installed. |
install_begin_request | function | includes/ |
Begins an installation request, modifying the installation state as needed. |
install_bootstrap_full | function | includes/ |
Performs a full bootstrap of Drupal during installation. |
install_check_requirements | function | includes/ |
Checks installation requirements and reports any errors. |
install_configure_form | function | includes/ |
Form constructor for a form to configure the new site. |
install_configure_form_submit | function | includes/ |
Form submission handler for install_configure_form(). |
install_configure_form_validate | function | includes/ |
Form validation handler for install_configure_form(). |
install_database_errors | function | includes/ |
Checks a database connection and returns any errors. |
install_display_output | function | includes/ |
Displays themed installer output and ends the page request. |
install_drupal | function | includes/ |
Installs Drupal either interactively or via an array of passed-in settings. |
install_find_locales | function | includes/ |
Find all .po files for the current profile. |
install_find_profiles | function | includes/ |
Finds all .profile files. |
install_finished | function | includes/ |
Finishes importing files at end of installation. |
install_full_redirect_url | function | includes/ |
Returns the complete URL redirected to during an installation request. |
install_goto | function | includes/ |
Sends the user to a different installer page. |
install_import_locales | function | includes/ |
Imports languages via a batch process during installation. |
install_import_locales_remaining | function | includes/ |
Installation task; import remaining languages via a batch process. |
install_load_profile | function | includes/ |
Loads information about the chosen profile during installation. |
install_no_profile_error | function | includes/ |
Indicates that there are no profiles available. |
install_profile_info | function | includes/ |
Retrieves information about an installation profile from its .info file. |
install_profile_modules | function | includes/ |
Installs required modules via a batch process. |
install_redirect_url | function | includes/ |
Returns the URL that should be redirected to during an installation request. |
install_run_task | function | includes/ |
Runs an individual installation task. |
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. |
int2vancode | function | modules/ |
Generate vancode. |
InvalidMergeQueryException | class | includes/ |
Exception thrown for merge queries that do not make semantic sense. |
InvalidQueryConditionOperatorException | class | includes/ |
Exception thrown if an invalid query condition is specified. |
IPAddressBlockingTestCase | class | modules/ |
|
IPAddressBlockingTestCase::$blocking_user | property | modules/ |
|
IPAddressBlockingTestCase::getInfo | function | modules/ |
Implement getInfo(). |
IPAddressBlockingTestCase::setUp | function | modules/ |
Implement setUp(). |
Pagination
- Previous page
- Page 112
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.