Code Karate

Drupal 7 Entity Reference Module

Tags:
Daily Dose of Drupal Episode #
Sometimes in Drupal, you need to be able to relate or reference content from within another piece of content. Lets say you are building an inventory management system and want to make sure to remember that Dave (a User) checked out the stapler (a Node or piece of content in the Drupal site)... Well the Entity Reference module makes this possible. There are many different use cases for this, so watch the video and learn how it will make your life easier. In this episode you will learn:
  • How the Entity Reference Drupal module works and how it can be applied to a number of use cases
  • How the Entity Reference Drupal module can be used to relate two different types of Drupal nodes
  • How the Entity Reference Drupal module can be used to relate a Drupal user to a Drupal node