coder_upgrade.api.php

Version 1.4 (checked in on 2009/08/17 at 16:04:46 by solotandem)

Hooks provided by the Coder Upgrade module.

Copyright 2008-9 by Jim Berry ("solotandem", http://drupal.org/user/240748)

Functions

NameDescription
hook_upgradesDeclare upgrade sets for an API (or set of APIs).
your_module_name_conversions_listReturn a list of conversion routine suffixes.
your_module_name_convert_your_routine_name_parserDescribe the upgrade applied by this routine.
your_module_name_convert_your_routine_name_regexDescribe the upgrade applied by this routine.
your_module_name_upgradesImplement hook_upgrades().