|
hook_profile_alter |
documentation-6.x/developer/hooks/core.php |
Alter profile items before they are rendered. |
|
|
|
hook_requirements |
documentation-6.x/developer/hooks/install.php |
Check installation requirements and do status reporting. |
|
|
|
hook_schema |
documentation-6.x/developer/hooks/install.php |
Define the current version of the database schema. |
|
|
|
hook_schema_alter |
documentation-6.x/developer/hooks/core.php |
Performs alterations to existing database schemas. |
|
|
|
hook_search |
documentation-6.x/developer/hooks/core.php |
Define a custom search routine. |
|
|
|
hook_search_page |
documentation-6.x/developer/hooks/core.php |
Override the rendering of search results. |
|
|
|
hook_search_preprocess |
documentation-6.x/developer/hooks/core.php |
Preprocess text for the search index. |
|
|
|
hook_system_info_alter |
documentation-6.x/developer/hooks/core.php |
Alter the information parsed from module and theme .info files |
|
|
|
hook_taxonomy |
documentation-6.x/developer/hooks/core.php |
Act on taxonomy changes. |
|
|
|
hook_term_path |
documentation-6.x/developer/hooks/core.php |
Allows modules to provide an alternative path for the terms it manages. |
|
|
|
hook_theme |
documentation-6.x/developer/hooks/core.php |
Register a module (or theme's) theme implementations. |
|
|
|
hook_theme_registry_alter |
documentation-6.x/developer/hooks/core.php |
Alter the theme registry information returned from hook_theme(). |
|
|
|
hook_translated_menu_link_alter |
documentation-6.x/developer/hooks/core.php |
Alter a menu link after it's translated, but before it's rendered. |
|
|
|
hook_translation_link_alter |
documentation-6.x/developer/hooks/core.php |
Perform alterations on translation links. |
|
|
|
hook_uninstall |
documentation-6.x/developer/hooks/install.php |
Remove any information that the module sets. |
|
|
|
hook_update |
documentation-6.x/developer/hooks/node.php |
Respond to node updating. |
|
|
|
hook_update_index |
documentation-6.x/developer/hooks/core.php |
Update Drupal's full-text index for this module. |
|
|
|
hook_update_last_removed |
documentation-6.x/developer/hooks/install.php |
Return a number which is no longer available as hook_update_N(). |
|
|
|
hook_update_N |
documentation-6.x/developer/hooks/install.php |
Perform a single update. |
|
|
|
hook_update_projects_alter |
documentation-6.x/developer/hooks/core.php |
Alter the list of projects before fetching data and comparing versions. |
|
|
|
hook_update_status_alter |
documentation-6.x/developer/hooks/core.php |
Alter the information about available updates for projects. |
|
|
|
hook_user |
documentation-6.x/developer/hooks/core.php |
Act on user account actions. |
|
|
|
hook_user_operations |
documentation-6.x/developer/hooks/core.php |
Add mass user operations. |
|
|
|
hook_validate |
documentation-6.x/developer/hooks/node.php |
Verify a node editing form. |
|
|
|
hook_view |
documentation-6.x/developer/hooks/node.php |
Display a node. |
|
|
|
hook_watchdog |
documentation-6.x/developer/hooks/core.php |
Log an event message |
|
|
|
hook_xmlrpc |
documentation-6.x/developer/hooks/core.php |
Register XML-RPC callbacks. |
|
|
|
image_crop |
drupal-6.x/includes/image.inc |
Crop an image to the rectangle specified by the given rectangle. |
|
|
|
image_gd_check_settings |
drupal-6.x/includes/image.gd.inc |
Verify GD2 settings (that the right version is actually installed). |
2 |
|
|
image_gd_close |
drupal-6.x/includes/image.gd.inc |
GD helper to write an image resource to a destination file. |
3 |
|
|
image_gd_crop |
drupal-6.x/includes/image.gd.inc |
Crop an image using the GD toolkit. |
|
|
|
image_gd_info |
drupal-6.x/includes/image.gd.inc |
Retrieve information about the toolkit. |
|
|
|
image_gd_open |
drupal-6.x/includes/image.gd.inc |
GD helper function to create an image resource from a file. |
3 |
|
|
image_gd_resize |
drupal-6.x/includes/image.gd.inc |
Scale an image to the specified size using GD. |
|
|
|
image_gd_rotate |
drupal-6.x/includes/image.gd.inc |
Rotate an image the given number of degrees. |
|
|
|
image_gd_settings |
drupal-6.x/includes/image.gd.inc |
Retrieve settings for the GD2 toolkit. |
|
|
|
image_gd_settings_validate |
drupal-6.x/includes/image.gd.inc |
Validate the submitted GD settings. |
|
1 |
|
image_get_available_toolkits |
drupal-6.x/includes/image.inc |
Return a list of available toolkits. |
1 |
|
|
image_get_info |
drupal-6.x/includes/image.inc |
Get details about an image. |
10 |
|
|
image_get_toolkit |
drupal-6.x/includes/image.inc |
Retrieve the name of the currently used toolkit. |
3 |
|
|
image_resize |
drupal-6.x/includes/image.inc |
Resize an image to the given dimensions (ignoring aspect ratio). |
|
|
|
image_rotate |
drupal-6.x/includes/image.inc |
Rotate an image by the given number of degrees. |
|
|
|
image_scale |
drupal-6.x/includes/image.inc |
Scales an image to the given width and height while maintaining aspect
ratio. |
1 |
|
|
image_scale_and_crop |
drupal-6.x/includes/image.inc |
Scales an image to the exact width and height given. Achieves the
target aspect ratio by cropping the original image equally on both
sides, or equally on the top and bottom. This function is, for
example, useful to create uniform sized avatars from… |
|
|
|
image_toolkit_invoke |
drupal-6.x/includes/image.inc |
Invokes the given method using the currently selected toolkit. |
6 |
|
|
init_theme |
drupal-6.x/includes/theme.inc |
Initialize the theme system by loading the theme. |
5 |
|
|
install_already_done_error |
drupal-6.x/install.php |
Show an error page when Drupal has already been installed. |
2 |
|
|
install_change_settings |
drupal-6.x/install.php |
Configure and rewrite settings.php. |
1 |
|
|
install_check_requirements |
drupal-6.x/install.php |
Check installation requirements and report any errors. |
1 |
|
|
install_configure_form |
drupal-6.x/install.php |
Form API array definition for site configuration. |
|
1 |