Exposed Filter Data
This module allows you to display the selected values from exposed filters within a view's header or other areas. It helps users understand the criteria used to generate the current view results.
This module provides a themed function called "get_exposed_filter_output()" which print out the values of the exposed filter used in a view.
This can be useful in the view header, in case the exposed filter is in a block, but there is a need to show the user according to what filter he got the results.
The idea is based on the discussion - #658566: Use data from exposed filter in title or header.
To use this module you should:
print get_exposed_filter_output();
All of the exposed filters are available in the $exposed_filters variable inside the template file.
The basic template is not very useful since it does not have the proper labels of the filters.
Depends on
Dependencies of the latest stable release
- views Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.0 | Stable | 10–11 | Drupal 11 compatibility | May 8, 2025 |