One of the most important contributed modules in previous versions of Drupal was Views. It allowed administrators to easily configure lists of content and present them in a variety of different ways. In Drupal 8, Views has been added to the core. Not only does this ensure that this critical functionality is available out of the box, but all core listings of content, including the content administration page, user administration page, and vocabulary and term listing pages, have been converted over to using Views. This allows for a consistent set of tools across all parts of Drupal, as well as a simplified means of changing them to meet your needs. In this chapter, we will be covering:
- Creating a basic list of content.
- Placing your View on either a page or a block
- Adding filtering and sorting to your View
- Changing the formatting of the row
- Adding relationships...