nodeapi_example.module

Version 1.5 (checked in on 2010/12/10 at 06:49:28 by rfay)

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. The rating will be tracked using the revision system also, so every node revision may have different rating values.

Functions & methods

NameDescription
nodeapi_example_form_alterImplements hook_form_alter().
nodeapi_example_node_deleteImplements hook_node_delete().
nodeapi_example_node_insertImplements hook_node_insert().
nodeapi_example_node_loadImplements hook_node_load().
nodeapi_example_node_updateImplements hook_node_update().
nodeapi_example_node_validateImplements hook_node_validate().
nodeapi_example_node_viewImplements hook_view().
nodeapi_example_themeImplements hook_theme().
theme_nodeapi_example_ratingA custom theme function.