public function ogGroupOrphanPost::groupList in Organic groups 7
Same name and namespace in other branches
- 7.2 scripts/generate-og-d6-content.php \ogGroupOrphanPost::groupList()
File
- scripts/
generate-og-d6-content.php, line 174
Class
- ogGroupOrphanPost
- A group post not associated to any other group.
Code
public function groupList($user_ids) {
return array();
}