Example: NodeAPI in Examples for Developers 7
Same name and namespace in other branches
- 6 nodeapi_example/nodeapi_example.module \nodeapi_example
Example using NodeAPI.
This is an example demonstrating how a module can be used to extend existing node types.
hook_nodeapi() has been replaced in Drupal 7 with a set of different hooks providing the same or improved functionality. See the NodeAPI hooks list at api.drupal.org (linked below).
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.
See also
Parent topics
File
- nodeapi_example/
nodeapi_example.module, line 8 - Module implementation for nodeapi_example module.
Functions
Classes
Name | Location | Description |
---|---|---|
NodeApiExampleTestCase |
nodeapi_example/ |
Functional tests for the NodeAPI Example module. |