function flag_handler_relationship_user_content::admin_summary in Flag 6.2
Same name and namespace in other branches
- 6 includes/flag_handler_relationships.inc \flag_handler_relationship_user_content::admin_summary()
- 7.3 includes/views/flag_handler_relationships.inc \flag_handler_relationship_user_content::admin_summary()
- 7.2 includes/flag_handler_relationships.inc \flag_handler_relationship_user_content::admin_summary()
File
- includes/
flag_handler_relationships.inc, line 246 - Contains various relationship handlers.
Class
- flag_handler_relationship_user_content
- Specialized relationship handler associating flags and users.
Code
function admin_summary() {
return $this->options['flag'];
}