Module Development

Movie Project: Change a Page Programmatically for Drupal 7

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Identify and use preprocessors by creating a custom breadcrumb trail on a page, and reduce and refactor code in custom modules.

Goal

Create a custom breadcrumb trail to meet the requirements in the wireframe.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

  1. How to identify scenarios using page preprocessors.
  2. Use Drupal core functions to create a breadcrumb trail.

Wireframe reference

You will need to refer to the wireframe collection PDF.

Tasks

Create a custom breadcrumb trail to meet the requirements of the wireframes. All elements in the breadcrumb trail should link to their appropriate pages.

Recap

  • It’s possible to extract information about the current page to use as a condition by using core menu functions.
  • When writing custom code, reduce duplication and refactor as you go.

Further your understanding

Additional resources

Creative Commons License

Drupal Training Resources by Damian Robinson are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at http://www.damianrobinson.co.uk.

Hands-On Exercises: Movie Project