hook_post_action.api.php |
hook_post_action.api.php |
|
Documents API functions for hook_post_action module. |
hook_post_action.info |
hook_post_action.info |
|
name = Hook Post Action
description = Introduces new Drupal hooks, hook_entity_postsave, hook_entity_postinsert, hook_entity_postupdate, hook_entity_postdelete, hook_node_postsave, hook_node_postinsert, hook_node_postupdate, hook_node_postdelete
core… |
hook_post_action.module |
hook_post_action.module |
|
|
hook_post_action_example.info |
hook_post_action_example/hook_post_action_example.info |
|
name = Hook Post Action Example
description = A working example for hook_post_action module
core = 7.x
package = Drupal
dependencies[] = hook_post_action |
hook_post_action_example.module |
hook_post_action_example/hook_post_action_example.module |
|
|
README.txt |
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… |