General hook - sinsunsan/archiref_wiki GitHub Wiki
-
hook_library
http://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_library/7
Allow to declare css, javascript library (stored in library folder) used by the module -
hook_forms
http://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_library/7
Allow to map manually a drupal_get_form call to a form function. This hook is called if no function of the form form_id is found after drupal_get_form($form_id) is called.