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

Mapping content


The next morning at the office, Lynn called Jim. "Hi, Jim."

"Hi, Lynn. What can I do for you?"

"I got the featured properties carousel working pretty easily last night."

"That's great. Some of the modules have made great progress migrating to Drupal 8."

"I was going to add a map, but I didn't see a Drupal 8 version of the GMap module that we have on our current site. How are we supposed to build maps in Drupal 8?"

"Some modules have been slow to join the Drupal 8 party. GMap and Location, two modules that have been the mainstay of Drupal 6 and 7, don't appear to have made any progress towards a Drupal 8 version. Leaflet might be an alternative that is just getting a Drupal 8 version ready. Right now it is listed as alpha, but it might be in a better shape than they feel it is. One of the reasons we suggested you use the Geolocation module as an alternative to the Location module was that it comes with a relatively simple Views integration built in. It doesn't have the configurability...