9 lines
373 B
Text
9 lines
373 B
Text
<?php
|
|
/*
|
|
Chad Peppers
|
|
hook_entity_insert, hook_entity_update, hook_entity_presave
|
|
will be what runs on entities such as users and nodes on the site. The rest
|
|
I do not believe there are specific hooks that would encapsulate all of what
|
|
you are doing. However, if its a form that is being submitted then you
|
|
would use hook_form_alter to add a custom submit handler.
|
|
*/
|