This module provides a content type and related entities for sharing cooking recipes. It includes tools for managing ingredients and custom display styles for recipes, making it easier to share and print them.
Recipe is a module for sharing cooking recipes. It provides a Recipe content type, an Ingredient entity type, an Ingredient reference field, and custom Views display styles for recipe sharing and printing.
History
Recipe is one of the oldest contrib modules! The first lines of code were written in 2002. Check out the CHANGELOG.txt file for a glance into Drupal's early history.
Recipe existed before CCK and the Field API. It provided the content type via custom database tables, a practice which lasted through the 7.x-1.x development cycle. The Recipe module's purpose began to gradually diminish as fields became widely adopted, enabling site builders to create their own customized content types that had better integration with other APIs.
Today, the 8.x-2.x branch is built using standard field types from Drupal Core as well as a custom field for Ingredient references. Think of this Recipe content type as starting point. It is expected that you will extend and modify recipes to meet your individual needs.
Upgrading from a 6.x or 7.x Branch
The upgrade paths for 6.x and 7.x recipe data are considered complete. Several features have been dropped from the module, either because they can be done better by other APIs, relied on proprietary software, or simply didn't work properly. Check the release notes for more information.
Depends on
Dependencies of the latest stable release
- Recipe ingredient
- node Drupal core
- path Drupal core
- text Drupal core
Required by
1 tracked project depends on this one
- Recipe 304 sites
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 3.0.0-rc1 | Pre-release | 11 | Drupal 12 compatibility | Aug 18, 2026 | |
| 3.x-dev | Dev | 11 | Aug 14, 2026 | ||
| 8.x-2.4-rc1 | Pre-release | 10–11 | Bug fixes and D12 support preparation | Aug 14, 2026 | |
| 8.x-2.3 | Stable | 10–11 | Drupal 11 compatibility bug fixes | Feb 23, 2025 |