11.0.x

Add Relationships Between 2 Tables in Views

Last updated

Set up Demo Site with Views and Content

Last updated

To follow along with our Drupal Views tutorials, set up a Drupal site loaded with our 4 custom views and baseball stats content that will make querying in Views a bit more interesting and meaningful.

By the end of this tutorial, you should choose a solution and follow the instructions for creating a Drupal site loaded with our starting point content and views.

Add a REST Endpoint with Views

Last updated

One of the ways you can create a REST endpoint in Drupal is by using Views. In this tutorial, we'll add a REST endpoint display to a view of baseball players. We'll examine and configure settings that are unique to the REST endpoint display.

By the end of this tutorial you should be able to:

  • Add a REST endpoint display to a view
  • Understand how to configure settings for an endpoint

Goal

Add a REST endpoint display to a view.

Overview: Filter Criteria in Views

Last updated

With filters, we can define query conditions and refine the results of a view. But what is a filter and how do filters work in Views? In this tutorial, you'll learn:

Add Filter Criteria to a View

Last updated

Overview: Exposed Filter Criteria in Views

Last updated

Expose Filter Criteria to Users in Views

Last updated

Overview: Sort Criteria in Views

Last updated

Add Sort Criteria to a View

Last updated