nodeapi_example.module
Version 1.9 (checked in on 2008/09/15 at 21:57:07 by davereid)
This is an example outlining how a module can be used to extend existing content types.
We will add the ability for each node to have a "rating," which will be a number from one to five.
Functions
| Name | Description |
|---|---|
| nodeapi_example_form_alter | Implementation of hook_form_alter(). |
| nodeapi_example_nodeapi | Implementation of hook_nodeapi(). |
| nodeapi_example_theme | Implementation of hook_theme(). |
| theme_nodeapi_example_rating | A custom theme function. |
