Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
image_test_load | modules/ |
Image tookit's load operation. | |||
image_test_reset | modules/ |
Reset/initialize the history of calls to the toolkit functions. | 1 | ||
image_test_resize | modules/ |
Image tookit's resize operation. | |||
image_test_rotate | modules/ |
Image tookit's rotate operation. | |||
image_test_save | modules/ |
Image tookit's save operation. | |||
image_test_settings | modules/ |
Image tookit's settings operation. | |||
image_theme | modules/ |
Implements hook_theme(). | |||
image_toolkit_invoke | includes/ |
Invokes the given method using the currently selected toolkit. | 7 | ||
image_uninstall | modules/ |
Implements hook_uninstall(). | |||
image_update_7000 | modules/ |
Install the schema for users upgrading from the contributed module. | |||
image_update_7001 | modules/ |
Rename possibly misnamed {image_effect} table to {image_effects}. | |||
image_update_7002 | modules/ |
Add width and height columns to image field schema and populate. | |||
image_update_7003 | modules/ |
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 | modules/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. | |||
image_update_7005 | modules/ |
Add a column to the 'image_style' table to store administrative labels. | |||
image_update_dependencies | modules/ |
Implements hook_update_dependencies(). | |||
install_already_done_error | includes/ |
Indicates that Drupal has already been installed. | 2 | ||
install_begin_request | includes/ |
Begins an installation request, modifying the installation state as needed. | 1 | ||
install_bootstrap_full | includes/ |
Performs a full bootstrap of Drupal during installation. | |||
install_check_requirements | includes/ |
Checks installation requirements and reports any errors. | 1 | ||
install_configure_form | includes/ |
Form constructor for a form to configure the new site. | |||
install_configure_form_submit | includes/ |
Form submission handler for install_configure_form(). | |||
install_configure_form_validate | includes/ |
Form validation handler for install_configure_form(). | |||
install_database_errors | includes/ |
Checks a database connection and returns any errors. | 2 | ||
install_display_output | includes/ |
Displays themed installer output and ends the page request. | 1 | ||
install_drupal | includes/ |
Installs Drupal either interactively or via an array of passed-in settings. | 1 | ||
install_find_locales | includes/ |
Find all .po files for the current profile. | 1 | ||
install_find_profiles | includes/ |
Finds all .profile files. | 1 | ||
install_finished | includes/ |
Finishes importing files at end of installation. | |||
install_full_redirect_url | includes/ |
Returns the complete URL redirected to during an installation request. | 1 | ||
install_goto | includes/ |
Sends the user to a different installer page. | 3 | 1 | |
install_import_locales | includes/ |
Imports languages via a batch process during installation. | |||
install_import_locales_remaining | includes/ |
Installation task; import remaining languages via a batch process. | |||
install_load_profile | includes/ |
Loads information about the chosen profile during installation. | |||
install_no_profile_error | includes/ |
Indicates that there are no profiles available. | 4 | ||
install_profile_info | includes/ |
Retrieves information about an installation profile from its .info file. | 7 | ||
install_profile_modules | includes/ |
Installs required modules via a batch process. | 1 | ||
install_redirect_url | includes/ |
Returns the URL that should be redirected to during an installation request. | 3 | ||
install_run_task | includes/ |
Runs an individual installation task. | 1 | ||
install_run_tasks | includes/ |
Runs all tasks for the current installation request. | 1 | ||
install_select_locale | includes/ |
Installation task; select which locale to use for the current profile. | |||
install_select_locale_form | includes/ |
Form constructor for the language selection form. | 1 | ||
install_select_profile | includes/ |
Selects which profile to install. | |||
install_select_profile_form | includes/ |
Form constructor for the profile selection form. | 1 | ||
install_settings_form | includes/ |
Form constructor for a form to configure and rewrite settings.php. | |||
install_settings_form_submit | includes/ |
Form submission handler for install_settings_form(). | 1 | ||
install_settings_form_validate | includes/ |
Form validation handler for install_settings_form(). | |||
install_state_defaults | includes/ |
Returns an array of default settings for the global installation state. | 1 | ||
install_system_module | includes/ |
Installation task; install the Drupal system module. | |||
install_tasks | includes/ |
Returns a list of all tasks the installer currently knows about. | 2 |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.