domain_views.module

Version

1.2.2.2 (checked in on 2008/07/25 at 15:46:17 by agentken)

Functions

Namesort iconDescription
domain_views_argumentsImplementation of hook_views_arguments(). Provide a filter that restricts a view to only show nodes from a specific domain (by domain_id). If you pass "current" as the argument, it filters according to the domain the page is being viewed from.
domain_views_handler_arg_domain_idThis is the function that handles all the work for dealing with view arguments There is some *very rough* documentation on argument handlers for views here http://drupal.org/node/99566.
domain_views_query_substitutionsSubstitute current domain; this works with cached queries.
domain_views_tables@file Provides a Views filter for the Domain Access module.