You are here

README.txt in Hook Post Action 8

Same filename and directory in other branches
  1. 7 README.txt
=== DESCRIPTION  ===
  You don't need this module unless you're either a developer or another module you're using depends on it.
  
  Currently Drupal core does not offer any hook to do actions after a node/entity is insered/updated/deleted in Database.
  So this module introduces several new Drupal hooks to overcome this limitation
  - hook_entity_postsave
  - hook_entity_postinsert
  - hook_entity_postupdate
  - hook_entity_postdelete
  - hook_node_postsave
  - hook_node_postinsert
  - hook_node_postupdate
  - hook_node_postdelete

=== INSTALLATION ===
  Install and enable the module as usual: http://drupal.org/node/70151

=== USAGE ===
  Please read the hook_post_action.api file

  Also if you want to quickly see it working, you can enable the bundled module hook_post_action_example,
  add/delete/update some contents and visit logs admin/reports/dblog 

AUTHORS AND MAINTAINERS
=======================
  Sina Salek http://sina.salek.ws

File

README.txt
View source
  1. === DESCRIPTION ===
  2. You don't need this module unless you're either a developer or another module you're using depends on it.
  3. Currently Drupal core does not offer any hook to do actions after a node/entity is insered/updated/deleted in Database.
  4. So this module introduces several new Drupal hooks to overcome this limitation
  5. - hook_entity_postsave
  6. - hook_entity_postinsert
  7. - hook_entity_postupdate
  8. - hook_entity_postdelete
  9. - hook_node_postsave
  10. - hook_node_postinsert
  11. - hook_node_postupdate
  12. - hook_node_postdelete
  13. === INSTALLATION ===
  14. Install and enable the module as usual: http://drupal.org/node/70151
  15. === USAGE ===
  16. Please read the hook_post_action.api file
  17. Also if you want to quickly see it working, you can enable the bundled module hook_post_action_example,
  18. add/delete/update some contents and visit logs admin/reports/dblog
  19. AUTHORS AND MAINTAINERS
  20. =======================
  21. Sina Salek http://sina.salek.ws