drupal_alter

Functions that call drupal_alter()

Namesort iconLocationDescription
actions_listincludes/actions.incDiscover all action functions by invoking hook_action_info().
comment_rendermodules/comment/comment.moduleRenders comment(s).
drupal_alterincludes/common.incThis dispatch function hands off structured Drupal arrays to type-specific *_alter implementations. It ensures a consistent interface for all altering operations.
drupal_get_schemaincludes/common.incGet the schema definition of a table, or the whole database schema.
drupal_mailincludes/mail.incCompose and optionally send an e-mail message.
drupal_prepare_formincludes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
locale_blockmodules/locale/locale.moduleImplementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
menu_link_saveincludes/menu.incSave a menu link.
menu_router_buildincludes/menu.incCollect, alter and store the menu definitions.
module_rebuild_cacheincludes/module.incRebuild the database cache of module files.
node_viewmodules/node/node.moduleGenerate a display of the given node.
poll_choice_jsmodules/poll/poll.moduleMenu callback for AHAH additions.
taxonomy_linkmodules/taxonomy/taxonomy.moduleImplementation of hook_link().
update_calculate_project_datamodules/update/update.compare.incGiven the installed projects and the available release data retrieved from remote servers, calculate the current status.
upload_jsmodules/upload/upload.moduleMenu-callback for JavaScript-based uploads.
user_build_contentmodules/user/user.moduleBuilds a structured array representing the profile content.
_menu_link_translateincludes/menu.incThis function is similar to _menu_translate() but does link-specific preparation such as always calling to_arg functions.
_system_theme_datamodules/system/system.moduleHelper function to scan and collect theme .info data and their engines.
_theme_build_registryincludes/theme.incRebuild the hook theme_registry cache.

Functions called by drupal_alter()

Namesort iconLocationDescription
drupal_alterincludes/common.incThis dispatch function hands off structured Drupal arrays to type-specific *_alter implementations. It ensures a consistent interface for all altering operations.
module_implementsincludes/module.incDetermine which modules are implementing a hook.
 
 

Drupal is a registered trademark of Dries Buytaert.