development

Writing Extensible Drupal Modules, part 1

Submitted by arthur on October 17, 2007 - 8:09am.

This is a repost from my blog

First in a 3 part series

In the past few months, I've spent a bit of time writing Drupal modules that are designed to have other modules interact with them. In some instances to add content, change configuration, modify display, or participate in module processes. Writing modules that do this turns out to be frighteningly easy. With Drupal, even more so.