Versión 1.168.2.48 (checked in on 2009/03/19 at 16:49:48 by snufkin)
Estos son los hooks que son invocados por el núcleo de Drupal.
Estos hooks son generalmente llamados en todos los módulos una sola vez utilizando module_invoke_all().
Functions
| Nombre | Descripción |
|---|---|
| custom_url_rewrite_inbound | custom_url_rewrite_inbound is not a hook, it's a function you can add to settings.php to alter incoming requests so they map to a Drupal path. This function is called before modules are loaded and the menu system is initialized and it changes... |
| custom_url_rewrite_outbound | custom_url_rewrite_outbound is not a hook, it's a function you can add to settings.php to alter all links generated by Drupal. This function is called from url(). This function is called very frequently (100+ times per page) so performance... |
| hook_actions_delete | Ejecuta código despues que una acción es eliminada. |
| hook_action_info | Declara información acerca de una o más acciones de Drupal. |
| hook_action_info_alter | Modifica las acciones declaradas por otro módulo. |
| hook_block | Declara un bloque o un grupo de bloques. |
| hook_boot | Perform setup tasks. See also, hook_init. |
| hook_comment | Actuar en comentarios. |
| hook_cron | Realizar acciones periódicas. |
| hook_db_rewrite_sql | Rewrite database queries, usually for access control. |
| hook_elements | Allows modules to declare their own Forms API element types and specify their default values. |
| hook_exit | Perform cleanup tasks. |
| hook_file_download | Control access to private file downloads and specify HTTP headers. |
| hook_filter | Define content filters. |
| hook_filter_tips | Provide tips for using filters. |
| hook_flush_caches | Add a list of cache tables to be cleared. |
| hook_footer | Insert closing HTML. |
| hook_forms | Map form_ids to builder functions. |
| hook_form_alter | Perform alterations before a form is rendered. |
| hook_form_FORM_ID_alter | Provide a form-specific alteration instead of the global hook_form_alter(). |
| hook_help | Provide online user help. |
| hook_hook_info | Expone una lista de disparadores (eventos) al que su módulo le permite a los usuarios asignar acciones. |
| hook_init | Perform setup tasks. See also, hook_boot. |
| hook_link | Define internal Drupal links. |
| hook_link_alter | Perform alterations before links on a node are rendered. |
| hook_locale | Allows modules to define their own text groups that can be translated. |
| hook_mail | Prepare a message based on parameters. @see drupal_mail for more. |
| hook_mail_alter | Alter any aspect of the emails sent by Drupal. You can use this hook to add a common site footer to all outgoing emails; add extra header fields and/or modify the mails sent out in any way. HTML-izing the outgoing mails is one possibility. See also... |
| hook_menu | Define menu items and page callbacks. |
| hook_menu_alter | Modifica los datos que estan siendo guardados en la tabla {menu_router} luego de que hook_menu() es invocado. |
| hook_menu_link_alter | Modifica los datos que están siendo guardados en la tabla {menu_links} por menu_link_save(). |
| hook_nodeapi | Act on nodes defined by other modules. |
| hook_node_access_records | Set permissions for a node to be written to the database. |
| hook_node_grants | Inform the node access system what permissions the user has. |
| hook_node_operations | Add mass node operations. |
| hook_perm | Define user permissions. |
| hook_ping | Ping another server. |
| hook_profile_alter | Perform alterations profile items before they are rendered. You may omit/add/re-sort/re-categorize, etc. |
| hook_schema_alter | Perform alterations to existing database schemas. |
| hook_search | Define a custom search routine. |
| hook_search_preprocess | Preprocess text for the search index. |
| hook_system_info_alter | Alter the information parsed from module and theme .info files |
| hook_taxonomy | Act on taxonomy changes. |
| hook_term_path | Allows modules to provide an alternative path for the terms it manages. |
| hook_theme | Register a module (or theme's) theme implementations. |
| hook_theme_registry_alter | Alter the theme registry information returned from hook_theme(). |
| hook_translated_menu_link_alter | Alter a menu link after it's translated, but before it's rendered. |
| hook_translation_link_alter | Perform alterations on translation links. |
| hook_update_index | Update Drupal's full-text index for this module. |
| hook_update_status_alter | Alter the information about available updates for projects. |
| hook_user | Act on user account actions. |
| hook_user_operations | Add mass user operations. |
| hook_watchdog | Log an event message |
| hook_xmlrpc | Register XML-RPC callbacks. |

Comentarios recientes
hace 17 horas 50 mins
hace 1 día 10 horas
hace 1 semana 21 horas
hace 14 semanas 4 días
hace 19 semanas 19 horas
hace 20 semanas 2 días
hace 20 semanas 5 días
hace 20 semanas 5 días
hace 21 semanas 2 días
hace 22 semanas 1 día