You are here

constant OG_ANONYMOUS_ROLE in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.module \OG_ANONYMOUS_ROLE

The role name of group non-members.

23 uses of OG_ANONYMOUS_ROLE
hook_og_permission in ./og.api.php
Define permissions specific to organic groups.
OgAccessModeratedGroup::setUp in og_access/og_access.test
Sets up a Drupal site for running functional and integration tests.
OgFieldAccessTestCase::testOgFieldAccess in og_field_access/og_field_access.test
Group with access field.
OgMigrate7000TestCase::testUser in ./og.test
Test user upgrade.
OgNonMembersPublishingContentTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.

... See full list

File

./og.module, line 55
Enable users to create and manage groups with roles and permissions.

Code

define('OG_ANONYMOUS_ROLE', 'non-member');