转自http://drupalchina.cn/doc/1299.html Hook Trigger Name comment_insert After saving a new comment comment_update After saving an updated comment comment_delete After deleting a comment comment_view When a comment is being viewed by an authenticated user cron When cron run node_presave When either saving a nwe post or updating an existing post node_insert After saving a new post node_update After saving an updated post node_delete After deleting a post taxonomy_term_insert After saving a new term to the database taxonomy_term_update After saving an updated term to the database taxonomy_term_delete After_deleting a term user_insert After a user account has been created user_update After a user's profile has been updated user_delete After a user has been deleted user_login After a user has logged in user_logout After a user has logged out user_view When a user's profile is being wiewd
drupal7 一些触发器的名字和各自的钩子和操作展示
最新推荐文章于 2025-07-22 11:51:36 发布
本文深入探讨了Drupal中各种关键钩子函数的作用及其应用场景,包括评论操作、节点管理、术语管理、用户交互等,详细解释了每个钩子的功能、触发时机及如何利用它们进行定制开发。
22

被折叠的 条评论
为什么被折叠?



