You are here

constant OG_AUTHENTICATED_ROLE in Organic groups 7.2

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

The role name of group member.

15 uses of OG_AUTHENTICATED_ROLE
OgMigrate7000TestCase::testUser in ./og.test
Test user upgrade.
OgPermissionsTestCase::testBlockedAndPendingRoles in ./og.test
Assert blocked and pending roles influence the allowed permissions.
OgUiMigrate7000TestCase::testUpgrade in og_ui/og_ui.test
Test a successful upgrade.
OgUiSetRoles::prepareRow in og_ui/includes/migrate/7000/set_roles.inc
Default implementation of prepareRow(). This method is called from the source plugin upon first pulling the raw data from the source.
OgUserCanPublishGroupContentTypeOnlyInGroup::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.

... See full list

File

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

Code

define('OG_AUTHENTICATED_ROLE', 'member');