Views query substitutions
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This module makes it possible to define custom Views query substitutions. These custom substitutions (or other substitutions defined via hook_views_query_substitutions()) can then be used by any Views handlers that make use of query substitutions.
This functionality is useful if you have a View where some filters needs to be dynamic and you still want the possibility to export your View. By using this technique you can use your exported View on separate sites where things like vocabulary ids and role ids differ.
