You've built sites with Drupal and know that with a few dozen modules (and a ton of configuring), you can do nearly everything in modern Drupal. "There's a module for that" is one the sweetest sounds you can hear.
But what do you do when there's not a module for that? When the modules that exist don't meet your needs, and cannot be made to by contributing changes?
You make your own.
This session will help you take that step. All you need to do is write two text files. The first file tells Drupal about the module; it's not code. The second file can have as little as three lines of code in it. Making a module is something that anyone can do. There are many (mostly simple) rules to follow and tons of tools to use— and lots of exploration to do. Every person developing a module is still learning.
Learning objectives
- Decide when to make your own module.
- Write a module that plays well with Drupal core and other modules.
- Discover ways to explore the options for extending and overriding functionality provided by Drupal core and other modules.
Target audience
People who have done some site building and run into limitations, or who simply want to try out developing with code.
Prerequisites
Some site building with Drupal, and so having familiarity with Drupal configuration and its limits.