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

Chapter 7. Field Rewrites

Up to this point, we have used Views to create different aggregations of data, displayed in a variety of ways: lists, tables, galleries, maps, accordions, and so on. We just displayed content titles, teasers, and used fields to create custom displays of data for each row of a view. Up to this point, we have accepted the formatting options provided by Views, whether to display a field label, which formats or displays the mode to use, or to turn the field into a link to the full content.

However, fields have a very flexible rewrite capability. Opening the REWRITE RESULTS fieldset in the field options shows what looks like six simple checkboxes. However, four of the six open up additional options when selected. Within these options is the ability to completely change what is output, from changing what the content links to through to creating a table of data. Coupled with the NO RESULTS fieldset, you can even create conditional rewriting options.