Version 1.13 (checked in on 2009/10/11 at 19:07:51 by agentken)
Provides a Views filter for the Domain Access module.
Original code by mrichar1 see http://drupal.org/node/200714
@ingroup domain_views
| Name | Description |
|---|---|
| domain_views_access | Access callback for use with domain_views_plugin_access. |
| domain_views_get_grants | Helper function to return the node grants for this user. |
| domain_views_theme | Implement hook_theme(). |
| domain_views_views_api | Implement hook_views_api(). |
| theme_domain_views_view_multiple_field | Theme multiple field output. |
| _domain_views_alter_grants | Helper function to hook_domaingrants(). This should be replaced by a drupal_alter(). |