Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Drupal 8 Views

You're reading from   Mastering Drupal 8 Views Build sophisticated displays of your Drupal content, all without programming

Arrow left icon
Product type Paperback
Published in May 2016
Publisher
ISBN-13 9781785886966
Length 272 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Gregg Marshall Gregg Marshall
Author Profile Icon Gregg Marshall
Gregg Marshall
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Up and Running with Views FREE CHAPTER 2. Views from Scratch 3. Sorting and Filtering 4. Contextual Filters 5. Relationships 6. Add-on Modules 7. Field Rewrites 8. Customizing Views 9. Advanced View Settings 10. Theming Views A. Content Types for a Sample Site Index

When the HTML code needs to change


"Okay, we've looked at the changes you can make to the CSS classes, and for fields, the HTML tag wrapping the field output. Another place that you already know we can put CSS if we have to is the field rewrites. In fact, I have seen you being very creative in using field rewrites to combine fields in ways I would never have thought of.

However, let's say you need to do something more than you can with a field rewrite or that you don't want to have this kind of logic in your view; your option then becomes modifying the theme template to change the HTML code at this level.

Of course, there are some modifications that require more logic, perhaps coupled with database manipulations that go beyond what can be done with templates. These should be done in a custom module rather than in a template. The rule of thumb is that you can put conditionals and loops into templates and can do a reasonable amount of string and math manipulations in templates, but once you...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime