Book Image

Mastering Drupal 8 Views

By : Gregg Marshall
Book Image

Mastering Drupal 8 Views

By: Gregg Marshall

Overview of this book

Learn how to build complex displays of content—all without programming. Views were used on more than 80% of all Drupal 7 sites; now they are part of the Drupal 8 core. While most site builders and site owners are aware of views, they don't understand how to take full advantage of their power to create many amazing pages and blocks. If they use views, they might build 10 different view displays with different filters, without knowing that a contextual filter would require only a single display. Using our sample company, we'll take its existing content and evolve an ever more complex and powerful website for that company, starting with adapting the administration the user sees and moving on to making complex pages of information for site visitors. While the book is written for Drupal 8, the similarities between Views in Drupal 7 and 8 make this a useful reference for Drupal 7 site builders also.
Table of Contents (20 chapters)
Mastering Drupal 8 Views
Credits
Foreword
About the Author
Acknowledgements
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


Contextual filters are like exposed filters that take the value they are filtering by from the URL. Even though they are filters, they are maintained in the third column of the view edit screen under Advanced. As an alternative to passing the value via the URL, contextual filters can create a default value from information that Drupal has about the environment that the view is being displayed in, such as the node ID if it's a page, the user ID if it's a logged-in user, and so on. This ability makes contextual filters very useful for blocks.

In the next chapter, relationships will be presented. Relationships are valuable when content has entity references, which include taxonomy terms. Without a relationship, all the content can display is the ID of the entity that is referenced by the entity reference field. However, add the relationship, and all these fields become available to use in sorting, filtering, and displaying as fields.