hook_user_predelete |
modules/user/user.api.php |
Act before user deletion. |
hook_user_presave |
modules/user/user.api.php |
Act on a user account being inserted or updated. |
hook_user_role_delete |
modules/user/user.api.php |
Respond to user role deletion. |
hook_user_role_insert |
modules/user/user.api.php |
Respond to creation of a new user role. |
hook_user_role_presave |
modules/user/user.api.php |
Act on a user role being inserted or updated. |
hook_user_role_update |
modules/user/user.api.php |
Respond to updates to a user role. |
hook_user_update |
modules/user/user.api.php |
Respond to updates to a user account. |
hook_user_view |
modules/user/user.api.php |
The user's account information is being displayed. |
hook_user_view_alter |
modules/user/user.api.php |
The user was built; the module may modify the structured content. |
hook_validate |
modules/node/node.api.php |
Perform node validation before a node is created or updated. |
hook_verify_update_archive |
modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
hook_view |
modules/node/node.api.php |
Display a node. |
hook_views_ajax_data_alter |
modules/views/views.api.php |
This hook allows to alter the commands which are used on a views ajax
request. |
hook_views_api |
modules/views/views.api.php |
Register View API information. |
hook_views_data |
modules/views/views.api.php |
Describes data tables (or the equivalent) to Views. |
hook_views_data_alter |
modules/views/views.api.php |
Alter table structure. |
hook_views_form_substitutions |
modules/views/views.api.php |
This hook is called to get a list of placeholders and their substitutions,
used when preprocessing a View with form elements. |
hook_views_invalidate_cache |
modules/views/views.api.php |
Allow modules to respond to the Views cache being invalidated. |
hook_views_plugins |
modules/views/views.api.php |
Describes plugins defined by the module. |
hook_views_plugins_alter |
modules/views/views.api.php |
Alter existing plugins data, defined by modules. |
hook_views_post_build |
modules/views/views.api.php |
This hook is called right after the build process. The query is now fully
built, but it has not yet been run through db_rewrite_sql. |
hook_views_post_execute |
modules/views/views.api.php |
This hook is called right after the execute process. The query has been
executed, but the pre_render() phase has not yet happened for handlers. |
hook_views_post_render |
modules/views/views.api.php |
Post process any rendered data. |
hook_views_pre_build |
modules/views/views.api.php |
This hook is called right before the build process, but after displays are
attached and the display performs its pre_execute phase. |
hook_views_pre_execute |
modules/views/views.api.php |
This hook is called right before the execute process. The query is now fully
built, but it has not yet been run through db_rewrite_sql. |
hook_views_pre_render |
modules/views/views.api.php |
This hook is called right before the render process. The query has been
executed, and the pre_render() phase has already happened for handlers, so
all data should be available. |
hook_views_pre_view |
modules/views/views.api.php |
Allows altering a view at the very beginning of views processing, before
anything is done. |
hook_views_preview_info_alter |
modules/views/views.api.php |
Alter the information box that (optionally) appears with a view preview,
including query and performance statistics. |
hook_views_query_alter |
modules/views/views.api.php |
Alter the query before executing the query. |
hook_views_query_substitutions |
modules/views/views.api.php |
Performs replacements in the query before being performed. |
hook_views_ui_display_top_links_alter |
modules/views/views.api.php |
This hooks allows to alter the links at the top of the view edit form. Some
modules might want to add links there. |
hook_watchdog |
modules/system/system.api.php |
Log an event message. |
html_datetime_validate |
includes/form.inc |
Validate a combined date and time array. |
html_date_validate |
includes/form.inc |
Validate a date string. |
html_time_validate |
includes/form.inc |
Validate a time string. |
image_config_info |
modules/image/image.module |
Implements hook_config_info(). |
image_crop |
includes/image.inc |
Crops an image to a rectangle specified by the given dimensions. |
image_crop_effect |
modules/image/image.effects.inc |
Image effect callback; Crop an image resource. |
image_crop_form |
modules/image/image.admin.inc |
Form structure for the image crop form. |
image_default_style_revert |
modules/image/image.module |
Revert the changes made by users to a default image style. |
image_desaturate |
includes/image.inc |
Converts an image to grayscale. |
image_desaturate_effect |
modules/image/image.effects.inc |
Image effect callback; Desaturate (grayscale) an image resource. |
image_dimensions_scale |
includes/image.inc |
Scales image dimensions while maintaining aspect ratio. |
image_effect_apply |
modules/image/image.module |
Given an image object and effect, perform the effect on the file. |
image_effect_color_validate |
modules/image/image.admin.inc |
Element validate handler to ensure a hexadecimal color value. |
image_effect_definition_load |
modules/image/image.module |
Load the definition for an image effect. |
image_effect_definitions |
modules/image/image.module |
Pull in image effects exposed by modules implementing hook_image_effect_info(). |
image_effect_delete |
modules/image/image.module |
Delete an image effect. |
image_effect_delete_form |
modules/image/image.admin.inc |
Form builder; Form for deleting an image effect. |
image_effect_delete_form_submit |
modules/image/image.admin.inc |
Submit handler to delete an image effect. |