Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
hook_file_mimetype_mapping_alter | function | modules/ |
Alter MIME type mappings used to determine MIME type from a file extension. |
hook_file_url_alter | function | modules/ |
Alter the URL to a file. |
hook_filter_info_alter | function | modules/ |
Perform alterations on filter definitions. |
hook_form_alter | function | modules/ |
Perform alterations before a form is rendered. |
hook_form_BASE_FORM_ID_alter | function | modules/ |
Provide a form-specific alteration for shared ('base') forms. |
hook_form_FORM_ID_alter | function | modules/ |
Provide a form-specific alteration instead of the global hook_form_alter(). |
hook_form_system_theme_settings_alter | function | modules/ |
Allow themes to alter the theme-specific settings form. |
hook_hook_info_alter | function | modules/ |
Alter information from hook_hook_info(). |
hook_html_head_alter | function | modules/ |
Alter XHTML HEAD tags before they are rendered by drupal_get_html_head(). |
hook_image_effect_info_alter | function | modules/ |
Alter the information provided in hook_image_effect_info(). |
hook_image_styles_alter | function | modules/ |
Modify any image styles provided by other modules or the user. |
hook_install_tasks_alter | function | modules/ |
Alter the full list of installation tasks. |
hook_js_alter | function | modules/ |
Perform necessary alterations to the JavaScript before it is presented on the page. |
hook_language_fallback_candidates_alter | function | modules/ |
Perform alterations on the language fallback candidates. |
hook_language_negotiation_info_alter | function | modules/ |
Perform alterations on language negoiation providers. |
hook_language_switch_links_alter | function | modules/ |
Perform alterations on language switcher links. |
hook_language_types_info_alter | function | modules/ |
Perform alterations on language types. |
hook_library_alter | function | modules/ |
Alters the JavaScript/CSS library registry. |
hook_mail_alter | function | modules/ |
Alter an email message created with the drupal_mail() function. |
hook_menu_alter | function | modules/ |
Alter the data being saved to the {menu_router} table after hook_menu is invoked. |
hook_menu_breadcrumb_alter | function | modules/ |
Alter links in the active trail before it is rendered as the breadcrumb. |
hook_menu_contextual_links_alter | function | modules/ |
Alter contextual links before they are rendered. |
hook_menu_get_item_alter | function | modules/ |
Alter a menu router item right after it has been retrieved from the database or cache. |
hook_menu_link_alter | function | modules/ |
Alter the data being saved to the {menu_links} table by menu_link_save(). |
hook_menu_local_tasks_alter | function | modules/ |
Alter tabs and actions displayed on the page before they are rendered. |
hook_menu_site_status_alter | function | modules/ |
Control site status before menu dispatching. |
hook_module_implements_alter | function | modules/ |
Alter the registry of modules implementing a hook. |
hook_node_access_records_alter | function | modules/ |
Alter permissions for a node before it is written to the database. |
hook_node_grants_alter | function | modules/ |
Alter user access rules when trying to view, edit or delete a node. |
hook_node_view_alter | function | modules/ |
Alter the results of node_view(). |
hook_openid_discovery_method_info_alter | function | modules/ |
Allow modules to alter discovery methods. |
hook_openid_normalization_method_info_alter | function | modules/ |
Allow modules to alter normalization methods. |
hook_page_alter | function | modules/ |
Perform alterations before a page is rendered. |
hook_page_delivery_callback_alter | function | modules/ |
Alters the delivery callback used to send the result of the page callback to the browser. |
hook_query_alter | function | modules/ |
Perform alterations to a structured query. |
hook_query_TAG_alter | function | modules/ |
Perform alterations to a structured query for a given tag. |
hook_registry_files_alter | function | modules/ |
Perform necessary alterations to the list of files parsed by the registry. |
hook_schema_alter | function | modules/ |
Perform alterations to existing database schemas. |
hook_simpletest_alter | function | modules/ |
Alter the list of tests. |
hook_stream_wrappers_alter | function | modules/ |
Alters the list of PHP stream wrapper implementations. |
hook_system_info_alter | function | modules/ |
Alter the information parsed from module and theme .info files |
hook_system_themes_page_alter | function | modules/ |
Alters theme operation links. |
hook_taxonomy_term_view_alter | function | modules/ |
Alter the results of taxonomy_term_view(). |
hook_theme_registry_alter | function | modules/ |
Alter the theme registry information returned from hook_theme(). |
hook_tokens_alter | function | modules/ |
Alter replacement values for placeholder tokens. |
hook_token_info_alter | function | modules/ |
Alter the metadata about available placeholder tokens and token types. |
hook_translated_menu_link_alter | function | modules/ |
Alter a menu link after it has been translated and before it is rendered. |
hook_trigger_info_alter | function | modules/ |
Alter triggers declared by hook_trigger_info(). |
hook_updater_info_alter | function | modules/ |
Alter the Updater information array. |
hook_update_projects_alter | function | modules/ |
Alter the list of projects before fetching data and comparing versions. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.