1.2.2.2 (checked in on 2008/07/25 at 15:46:17 by agentken)
| Name | Description |
|---|---|
| domain_views_arguments | Implementation 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_id | This 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_substitutions | Substitute current domain; this works with cached queries. |
| domain_views_tables | @file Provides a Views filter for the Domain Access module. |