- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 63字
- 2025-04-04 18:20:51
Creating a block from a View
Previous recipes have shown how to create and manipulate a page created by a view. Views provides different display types that can be created, such as a block. In this recipe, we will create a block powered by Views. The Views block will list all Tag taxonomy terms that have been added to the Article content type.