|
image_uninstall |
drupal-7.x/modules/image/image.install |
Implements hook_uninstall(). |
|
|
|
image_update_7000 |
drupal-7.x/modules/image/image.install |
Install the schema for users upgrading from the contributed module. |
|
|
|
image_update_7001 |
drupal-7.x/modules/image/image.install |
Rename possibly misnamed {image_effect} table to {image_effects}. |
|
|
|
image_update_7002 |
drupal-7.x/modules/image/image.install |
Add width and height columns to image field schema and populate. |
|
|
|
image_update_7003 |
drupal-7.x/modules/image/image.install |
Remove the variables that set alt and title length since they were not
used for database column size and could cause PDO exceptions. |
|
|
|
image_update_7004 |
drupal-7.x/modules/image/image.install |
Use a large setting (512 and 1024 characters) for the length of the image alt
and title fields. |
|
|
|
image_update_7005 |
drupal-7.x/modules/image/image.install |
Add a column to the 'image_style' table to store administrative labels. |
|
|
|
image_update_dependencies |
drupal-7.x/modules/image/image.install |
Implements hook_update_dependencies(). |
|
|
|
install_already_done_error |
drupal-7.x/includes/install.core.inc |
Indicates that Drupal has already been installed. |
2 |
|
|
install_begin_request |
drupal-7.x/includes/install.core.inc |
Begins an installation request, modifying the installation state as needed. |
1 |
|
|
install_bootstrap_full |
drupal-7.x/includes/install.core.inc |
Performs a full bootstrap of Drupal during installation. |
|
1 |
|
install_check_requirements |
drupal-7.x/includes/install.core.inc |
Checks installation requirements and reports any errors. |
1 |
|
|
install_configure_form |
drupal-7.x/includes/install.core.inc |
Form constructor for a form to configure the new site. |
|
1 |
|
install_configure_form_submit |
drupal-7.x/includes/install.core.inc |
Form submission handler for install_configure_form(). |
|
|
|
install_configure_form_validate |
drupal-7.x/includes/install.core.inc |
Form validation handler for install_configure_form(). |
|
|
|
install_database_errors |
drupal-7.x/includes/install.core.inc |
Checks a database connection and returns any errors. |
2 |
|
|
install_display_output |
drupal-7.x/includes/install.core.inc |
Displays themed installer output and ends the page request. |
1 |
|
|
install_drupal |
drupal-7.x/includes/install.core.inc |
Installs Drupal either interactively or via an array of passed-in settings. |
1 |
|
|
install_find_locales |
drupal-7.x/includes/install.core.inc |
Find all .po files for the current profile. |
1 |
|
|
install_find_profiles |
drupal-7.x/includes/install.core.inc |
Finds all .profile files. |
1 |
|
|
install_finished |
drupal-7.x/includes/install.core.inc |
Finishes importing files at end of installation. |
|
1 |
|
install_full_redirect_url |
drupal-7.x/includes/install.core.inc |
Returns the complete URL redirected to during an installation request. |
1 |
|
|
install_goto |
drupal-7.x/includes/install.inc |
Sends the user to a different installer page. |
3 |
1 |
|
install_import_locales |
drupal-7.x/includes/install.core.inc |
Imports languages via a batch process during installation. |
|
1 |
|
install_import_locales_remaining |
drupal-7.x/includes/install.core.inc |
Installation task; import remaining languages via a batch process. |
|
1 |
|
install_load_profile |
drupal-7.x/includes/install.core.inc |
Loads information about the chosen profile during installation. |
|
1 |
|
install_no_profile_error |
drupal-7.x/includes/install.core.inc |
Indicates that there are no profiles available. |
4 |
|
|
install_profile_info |
drupal-7.x/includes/install.inc |
Retrieves information about an installation profile from its .info file. |
7 |
|
|
install_profile_modules |
drupal-7.x/includes/install.core.inc |
Installs required modules via a batch process. |
|
2 |
|
install_redirect_url |
drupal-7.x/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
3 |
|
|
install_run_task |
drupal-7.x/includes/install.core.inc |
Runs an individual installation task. |
1 |
|
|
install_run_tasks |
drupal-7.x/includes/install.core.inc |
Runs all tasks for the current installation request. |
1 |
|
|
install_select_locale |
drupal-7.x/includes/install.core.inc |
Installation task; select which locale to use for the current profile. |
|
2 |
|
install_select_locale_form |
drupal-7.x/includes/install.core.inc |
Form constructor for the language selection form. |
|
1 |
|
install_select_profile |
drupal-7.x/includes/install.core.inc |
Selects which profile to install. |
|
1 |
|
install_select_profile_form |
drupal-7.x/includes/install.core.inc |
Form constructor for the profile selection form. |
|
1 |
|
install_settings_form |
drupal-7.x/includes/install.core.inc |
Form constructor for a form to configure and rewrite settings.php. |
|
1 |
|
install_settings_form_submit |
drupal-7.x/includes/install.core.inc |
Form submission handler for install_settings_form(). |
|
1 |
|
install_settings_form_validate |
drupal-7.x/includes/install.core.inc |
Form validation handler for install_settings_form(). |
|
|
|
install_state_defaults |
drupal-7.x/includes/install.core.inc |
Returns an array of default settings for the global installation state. |
1 |
|
|
install_system_module |
drupal-7.x/includes/install.core.inc |
Installation task; install the Drupal system module. |
|
1 |
|
install_tasks |
drupal-7.x/includes/install.core.inc |
Returns a list of all tasks the installer currently knows about. |
2 |
|
|
install_tasks_to_display |
drupal-7.x/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
1 |
|
|
install_tasks_to_perform |
drupal-7.x/includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
1 |
|
|
install_verify_completed_task |
drupal-7.x/includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
2 |
|
|
install_verify_pdo |
drupal-7.x/includes/install.core.inc |
Verifies the PDO library. |
1 |
|
|
install_verify_requirements |
drupal-7.x/includes/install.core.inc |
Verifies the requirements for installing Drupal. |
|
1 |
|
install_verify_settings |
drupal-7.x/includes/install.core.inc |
Verifies the existing settings in settings.php. |
1 |
|
|
int2vancode |
drupal-7.x/modules/comment/comment.module |
Generate vancode. |
1 |
|
|
ip_address |
drupal-7.x/includes/bootstrap.inc |
Returns the IP address of the client machine. |
23 |
3 |