Chris@0: /** Chris@0: * Implements hook_process_HOOK(). Chris@0: */ Chris@0: function {{ machine_name }}_process_HOOK(&$variables) { Chris@0: // @todo There are no use-cases in Drupal core for this hook. Find one from a Chris@0: // contributed module, or come up with a good example. Coming up with a good Chris@0: // example might be tough, since the intent is for nearly everything to be Chris@0: // achievable via preprocess functions, and for process functions to only be Chris@0: // used when requiring the later execution time. Chris@0: }