9 functions implement hook_views_query_substitutions()
Note: the procedural functions in this list are found by pattern matching, so the list may include some functions that are not actually implementations of this hook.
- ContentModerationViewsExecutionHooks::viewsQuerySubstitutions in core/
modules/ content_moderation/ src/ Hook/ ContentModerationViewsExecutionHooks.php - Implements hook_views_query_substitutions().
- MediaHooks::viewsQuerySubstitutions in core/
modules/ media/ src/ Hook/ MediaHooks.php - Implements hook_views_query_substitutions().
- NodeViewsExecutionHooks::viewsQuerySubstitutions in core/
modules/ node/ src/ Hook/ NodeViewsExecutionHooks.php - Implements hook_views_query_substitutions().
- node_views_query_substitutions in modules/
node.views.inc - Implements hook_views_query_substitutions().
- UserViewsExecutionHooks::viewsQuerySubstitutions in core/
modules/ user/ src/ Hook/ UserViewsExecutionHooks.php - Implements hook_views_query_substitutions().
- user_views_query_substitutions in modules/
user.views.inc - Allow replacement of current userid so we can cache these queries.
- ViewsTestDataViewsExecutionHooks::viewsQuerySubstitutions in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Hook/ ViewsTestDataViewsExecutionHooks.php - Implements hook_views_query_substitutions().
- ViewsViewsExecutionHooks::viewsQuerySubstitutions in core/
modules/ views/ src/ Hook/ ViewsViewsExecutionHooks.php - Implements hook_views_query_substitutions().
- views_views_query_substitutions in ./
views.module - Substitute current time; this works with cached queries.