Drupal 8 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

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.