DrupalKeymaster/keymaster/keymaster.module
2025-10-02 20:47:31 -05:00

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.
*/