You are here

constant OG_ADMINISTRATOR_ROLE in Organic groups 7.2

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

The role name of group administrator.

10 uses of OG_ADMINISTRATOR_ROLE
MigrateDestinationOGMembership::import in includes/migrate/plugins/destinations/og_membership.inc
Import a single membership.
OgDefaultAccessFieldTestCase::testOgDefaultAccessField in ./og.test
Test groups with default access field enabled or disabled.
OgMigrate7000TestCase::testUser in ./og.test
Test user upgrade.
OgPermissionsTestCase::testBlockedAndPendingRoles in ./og.test
Assert blocked and pending roles influence the allowed permissions.
OgPermissionsTestCase::testGrantRolesTwiceForPendingUsers in ./og.test

... See full list

File

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

Code

define('OG_ADMINISTRATOR_ROLE', 'administrator member');