interface ogContent in Organic groups 7
Same name in this branch
- 7 scripts/generate-og-d6-content.php \ogContent
- 7 og_ui/scripts/generate-og-ui-d6-content.php \ogContent
Same name and namespace in other branches
- 7.2 scripts/generate-og-d6-content.php \ogContent
- 7.2 og_ui/scripts/generate-og-ui-d6-content.php \ogContent
Organic groups content generation interface.
Hierarchy
- interface \ogContent
Expanded class hierarchy of ogContent
All classes that implement ogContent
File
- og_ui/
scripts/ generate-og-ui-d6-content.php, line 93
View source
interface ogContent {
//Returns a list of groups configuration arrays.
public function groupList($user_ids);
// Returns a list of posts configuation arrays
// Groups nids generated in groupList are provided in groups parameter.
public function postList($user_ids, $groups);
// Performs actions of the generated groups and posts.
public function groupActions($user_ids, $groups, $posts);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ogContent:: |
public | function | ||
ogContent:: |
public | function | ||
ogContent:: |
public | function |