What’s Views

In this video, you’ll learn about the Views module.

We’ll cover the following:

  • How to access the Views UI.
  • Discover which pages in Drupal are built with Views.

Transcript

Trainer (00:00):
Let’s start things off by answering an important question. What is Views? The Views module allows you to query your content and display it as a list. And the list that it generates can be rendered through a page or a block, and it can even create a table using the Views module. It comes with Drupal, so you won’t have to download any extra modules, and it’ll automatically be installed if you installed Drupal using the standard installation profile.

Trainer (00:27):
A lot of pages in Drupal are built using Views. So click on Structure and you should see this Views link down at the bottom. If you can’t see it, then make sure that the Views UI module is installed. So let’s go to Extend, and you want to make sure that this Views UI module has been installed if you cannot see that views link. Click on Views. And from this page, you can see all of the enabled Views up the top and the disabled ones down at the bottom.

Trainer (00:59):
A lot of pages in Drupal’s backend are built using Views. If you go to the Content page, this page has been built using the Views module. And if you click on Comments, this is where you moderate all of the incoming comments. This is built using Views. If you click on Files, again this is built using the Views module. And if you click on the People link, from here you can manage all your users. Again, this is built using Views. And if we go to the front end, this default front page is built using the Views module. And if we click on one of these tags, which is a taxonomy term, this taxonomy listing page is also built by Views. So as you can see, the Views module is used everywhere in Drupal.

Scroll to Top