Exercise on Drupal Field API - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal exercises for the in-class training

Exercise on Drupal Field API

Areas covered

  • Drupal Field API
  • Entity
  • Inline validation

Create a Drupal intance with content type addressbook_entry with fields name, email, phone and date of birth.
User can add addressbook entries to the site. There should be a page that show all addressbook entries in a table with pagination in that page.
Above to that table, there should be a filter form that allows user to filter out address book entries. Filtering should be possible for each of four fields.

Implement the address book using Drupal Entities and views. Entities should be created programmatically.