Web Wash: Getting Started with Views in Drupal CMS

Learn More →

At the bottom of the UI you have a preview pane. In the Views settings, turn on Show the SQL query. The generated query then appears above the preview. You rarely need to optimize it, but seeing the query helps you confirm that filters and arguments pass through correctly.

To show a listing somewhere other than its own page, add a block display to the view. When you create a Views block, Drupal Canvas automatically exposes it as a component you can drop onto any page. Don’t forget to subscribe to our YouTube channel to stay up-to-date.

Learn about Premium

With Drupal Canvas, Views block displays are automatically created as Canvas components. You can then add them directly to any Canvas page.

Almost every module in the Drupal ecosystem integrates with it, so the same skills carry across mapping pages, search index listings, and more.

You manage every view at Structure > Views. If you do not see this admin area, enable the Views UI module. The listing shows enabled and disabled views, and the operations column lets you duplicate, disable, or delete each one.

Table of Contents

Already a member? Log in


To add the block to a Canvas page:

Canvas only surfaces block displays, not page displays. The moment you create the block, it becomes available as a Canvas component, with no extra export or configuration needed.

  • Admin pages: the Content and People listings are views.
  • Moderation: backend listings run on Views.
  • Site templates: many components in the Haven template, such as the projects listing and related articles, are views displayed through Canvas.

A few common customizations turn a plain list into something polished:

Drupal canvas page


Standard

Similar Posts