Marmite and Cheese Muffins | CookingClue_1265204912473.png

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.

Project information

Releases