Expose ability to return # of users per domain
nonsie - March 11, 2009 - 22:16
| Project: | Domain User Default |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Description
Attached patch adds two functions: to return either # of users (e.g user who have marked this domain as default) on a given domain or # of users per domain for all domains.
I'm using these functions in a custom services method but I'm sure there are other use cases as well.
| Attachment | Size |
|---|---|
| domain_user_default.module_user_counts.patch | 1.31 KB |

#1
I realized after submitting it that it doesn't make sense to have too different functions for this. Attached patch combines them into one function.
#2
Committed to dev - http://drupal.org/cvs?commit=297364