Building API's
60
Sign In This session will cover how to write effective API modules utilizing the hook system found in Drupal in a way that makes your module extensible and pluggable.
We’ll look at some of the Drupal modules that do this effectively(Views, Fields/CCK, etc.) and also look at a recent example, The Piecemaker API module, where I implemented this strategy.
- Login to post comments
Comments
Will this just be covering
Will this just be covering D7, or will you also touch on D6?
Hooks are not limited to just
Hooks are not limited to just D7, so much of the practical takeaway from this session can be utilized in either.