drupal - Hook called before to delete a node -


i'm writing custom module, , checks before node deleted. there hook gets trigerred before node deleted? , there way somehow prevent deletion? btw, i'm using drupal6

you can use hook_menu_alter point menu callback node/%node/delete own function. function can whatever checks want , present node_delete_confirm form if checks pass.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -