Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Andy Truong edited this page Feb 25, 2014 · 3 revisions
  1. Provide hook_node_save($node) — The missing hook for Drupal 7, we had to implements hook_node_insert() and hook_node_update() for just one logic, now we have it, hook_node_save() — hook_node_presave() is still good, but on that step we does not have NID yet.
  2. entity_bundle($entity_type, $entity);: Get bundle name of an entity.

Clone this wiki locally