drupal_alter

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call drupal_alter()

Namesort iconLocationDescription
actions_listdrupal/includes/actions.incDiscover all action functions by invoking hook_action_info().
comment_renderdrupal/modules/comment/comment.moduleRenders comment(s).
drupal_get_jsdrupal/includes/common.incReturns a themed presentation of all JavaScript code for the current page.
drupal_get_schemadrupal/includes/bootstrap.incGet the schema definition of a table, or the whole database schema.
drupal_maildrupal/includes/mail.incCompose and optionally send an e-mail message.
drupal_prepare_formdrupal/includes/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_block_viewdrupal/modules/locale/locale.moduleImplementation of hook_block_view().
menu_link_savedrupal/includes/menu.incSave a menu link.
menu_rebuilddrupal/includes/menu.inc(Re)populate the database tables used by various menu functions.
menu_router_builddrupal/includes/menu.incCollect, alter and store the menu definitions.
module_rebuild_cachedrupal/includes/module.incRebuild the database cache of module files.
node_build_contentdrupal/modules/node/node.moduleBuilds a structured array representing the node's content.
node_viewdrupal/modules/node/node.moduleGenerate a display of the given node.
poll_choice_jsdrupal/modules/poll/poll.moduleMenu callback for AHAH additions.
system_theme_datadrupal/modules/system/system.moduleCollect data about all currently available themes.
update_calculate_project_datadrupal/modules/update/update.compare.incGiven the installed projects and the available release data retrieved from remote servers, calculate the current status.
upload_jsdrupal/modules/upload/upload.moduleMenu-callback for JavaScript-based uploads.
user_build_contentdrupal/modules/user/user.moduleBuilds a structured array representing the profile content.
_menu_link_translatedrupal/includes/menu.incThis function is similar to _menu_translate() but does link-specific preparation such as always calling to_arg functions
_system_theme_datadrupal/modules/system/system.moduleHelper function to scan and collect theme .info data and their engines.
_theme_build_registrydrupal/includes/theme.incRebuild the hook theme_registry cache.

Functions called by drupal_alter()

Namesort iconLocationDescription
module_implementsdrupal/includes/module.incDetermine which modules are implementing a hook.