# Summary

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_ENTITY_TYPE_postsave
- hook_ENTITY_TYPE_postinsert
- hook_ENTITY_TYPE_postupdate
- hook_ENTITY_TYPE_postdelete

# Project URL

https://www.drupal.org/project/hook_post_action

# Where is the code?

https://github.com/id-tarzanych/hook_post_action

# Estimated completion date

Completed.

# Dependencies

None

# Who's doing the port?

id.tarzanych (http://drupal.org/u/id.tarzanych)

# What help do they need?

Port needs to be reviewed

# D8 roadmap

# Background and reference information

Comments

id.tarzanych created an issue. See original summary.

Chris Burge’s picture

Status: Needs review » Fixed

Per Drupal 8 Contrib Porting Tracker, this issue can be closed because there is a stable D8 release of this module as of 10/31/18.

apaderno’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.