function og_context_handler_user_edit in Organic groups 7.2
Same name and namespace in other branches
- 7 og_context/og_context.module \og_context_handler_user_edit()
Context handler; Get groups from user edit.
1 string reference to 'og_context_handler_user_edit'
- og_context_og_context_negotiation_info in og_context/
og_context.module - Implements hook_og_context_negotiation_info().
File
- og_context/
og_context.module, line 589 - Get a group from a viewed page.
Code
function og_context_handler_user_edit() {
return _group_context_handler_entity('user');
}