Hook Post Action
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
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
