The Examples Module
Sometimes, when working on a Drupal project and writing custom modules, I need to remind myself how to do something - whether it's creating programmatically a block, a content type or a node. My options are either to look through previous modules that I've written, go to api.drupal.org and look up individual functions, or use the Examples module.
Tags:
