You are here

public static function OgAccess::getInfo in Organic groups 7.2

File

./og.test, line 5

Class

OgAccess

Code

public static function getInfo() {
  return array(
    'name' => 'OG entity access',
    'description' => 'Test the access provided by OG API.',
    'group' => 'Organic groups',
  );
}