In Drupal 7, I want to add a additional process when a node gets Published. How can I get triggered when that node's "Publish" event fires?
Is there any hook for node "Publish"?
Ayesh K answer is good.
And i also found another alternative by using Drupal "Rules"
to trigger the publish event.