Module Description
Exposes configuration entities to views. Select which configuration entities you would like exposed, and then you can create a new view, listing or displaying those specific entities.
Requirements
Requires Drupal core Views.
Install
Installing via composer is recommended. See below:
composer require drupal/config_view drush en config_view Install as you would normally install a contributed Drupal module.
Configuration
* Once module is enabled, you can visit the following page to configure which configuration entities you would like exposed to Views:/admin/structure/views/settings/config_view
* After saving configuration, visit the "Views" page:/admin/structure/views
* Add new view.
* Under View Settings, select the configuration entity from the "Show" select field. The configuration entities that you exposed, should now appear in this list.
* Save & edit your view.
* Now you should be able to add fields to your view or change as you see fit.
Requirements
Requires Drupal core Views.
Install
Installing via composer is recommended. See below:
composer require drupal/config_view drush en config_view Install as you would normally install a contributed Drupal module.
Configuration
* Once module is enabled, you can visit the following page to configure which configuration entities you would like exposed to Views:/admin/structure/views/settings/config_view
* After saving configuration, visit the "Views" page:/admin/structure/views
* Add new view.
* Under View Settings, select the configuration entity from the "Show" select field. The configuration entities that you exposed, should now appear in this list.
* Save & edit your view.
* Now you should be able to add fields to your view or change as you see fit.
Module Link
Project Usage
110
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of exposing configuration entities to views in Drupal, allowing users to select specific entities to be displayed in a new view.
Data Name
config_view