Can anybody explain why hook_submit() is no longer called by the node module during form submission? I.e down at the bottom of node_submit(), the following code used to be there:

node_invoke($node, 'submit');

but it looks like it was removed back in May. Since it was removed so long ago I'm assuming it wasn't just a mistake; is there a new best practice for handling what used to be handled by hook_submit()?

Comments

rainer_f’s picture

I am also fighting with this since view days...

Any link? The usual imageupload example is wrong in many ways...

Folkert’s picture

It was removed from drupal 6 and is now handled like described on http://drupal.org/node/114774#hook_submit

hth even if the question is old - this pops up in google.