function subuser_views_api in Subuser 6
Implementation of hook_views_api().
File
- ./
subuser.module, line 529 - Allows users of a particular role to create sub user account in another role.
Code
function subuser_views_api() {
return array(
'api' => 2,
);
}