Mastering Drupal 8 Views

Learn how to build complex displays of content—all without programming.

Views was used on more than 80% of all Drupal 7 sites; now it is part of the Drupal 8 core. Learn how to take full advantage of Views' power to create many amazing pages and blocks. Instead of building 10 different view displays with different filters, learn how a contextual filter would require only a single display.

But Wait There's More!
Views Slices, Dices and makes Julienne Fries

  • Using filters, Views can "slice" your data into relevant subsets.
  • Using contextual filters, Views can "dice" your data even more using information about the other content being displayed on a page.
  • And using contributed modules, Views can turn your data into maps, carousels, and other "Julienne Fries".

In this session, we'll start by modifying a view built into core that everyone uses, the content page. From there, we'll build our own simple what's new content list. Then we'll expand and extend that list to create more complex displays, including maps and carousels. Finally we'll look at ways to make Views display exactly what you want in the format you want it.

What You Will Learn

  • Create displays of content that are automatically updated when you add new content
  • Show maps and rotating image carousels on your site
  • Use fields from more than one content type to create powerful views of multi-table data
  • Modify the field data being displayed, combining it in different ways or changing the HTML that might be normally generated
  • Add headers and footers above and below a views display
  • Make the output of your view look exactly like the designer specifies
  • Change the order in which a list of content is displayed, limit the content shown to only certain content types or values
  • Filter content using values passed to the view in the URL, making a single view work different ways
Speaker(s): Gregg Marshall Time: August 13 - Day 1 3:00pm-3:45pm Room: Recital Hall Track: Development and Site Building Experience level: Beginner