function OgPost::getInfo in Organic groups 6
Same name and namespace in other branches
- 6.2 tests/og.post.test \OgPost::getInfo()
Implementation of getInfo().
File
- tests/
og.post.test, line 15
Class
Code
function getInfo() {
return array(
'name' => t('Organic groups posting test'),
'description' => t('Tests posting a group post into a group node.'),
'group' => t('Organic groups'),
);
}