Module Development

Learning More and Getting Support for Drupal 8, 9, and 10

This guide was written, and is maintained, by Drupalize.Me. For more high quality written and video Drupal tutorials created by our team of experts, check out the collection of Drupalize.Me Guides.

Goal

Learn about resources to continue learning module development in Drupal.

Prerequisites

  • None.

Community resources

As you continue your journey of learning Drupal module development the following resources should prove useful.

Drupal User Guide: The Connecting With the Community and Getting Support topics from the Drupal User Guide contain information that is relevant for anyone working with Drupal.

Drupal Community Documentation: Wiki-like documentation contributed by the Drupal community, ranging from basic to advanced, about all aspects of Drupal (site building and administration, theming, development, and contributed modules). The Develop section contains a wide range of information about all aspects of Drupal development. And the Drupal APIs contains detailed guides on the usage of core APIs.

api.drupal.org: Reference documentation for programmers about the Drupal API.

Examples for Developers: The Examples for Developers project contains extensively documented examples demonstrating the use of the most common Drupal core APIs.

"Drupal Answers" on StackExchange: For asking and answering Drupal related questions.

"Drupal Planet" page on Drupal.org: An aggregation of blog posts about Drupal from around the web, posted by blogging members of the Drupal community who have applied for inclusion. Topics range from programming to site building to Drupal news.

Groups, events, and meetups: See Connecting With the Community for more about topical, regional, and language groups, as well as local, regional, and international events.

"Training Marketplace" page on Drupal.org: The Marketplace lists paid training providers. For free training, check whether events include training sessions; there are also free or very low-cost training events listed on the "Global Training Days" page on Drupal.org.

Recap

In this tutorial, you learned about resources you can use to continue learning Drupal module development.

Further your understanding

  • What next steps will you take in your module development learning journey? What are you most interested in learning more about?

Additional resources

Drupal Module Developer Guide