public static function OgNodeAccess::getInfo in Organic groups 7
Same name and namespace in other branches
- 7.2 og.test \OgNodeAccess::getInfo()
File
- ./
og.test, line 420
Class
- OgNodeAccess
- Test Group node access. This will test nodes that are groups and group content.
Code
public static function getInfo() {
return array(
'name' => 'Organic groups node access',
'description' => 'Test strict node access permissions for group nodes and group content.',
'group' => 'Organic groups',
);
}