You are here

public property LdapAuthorizationOg2Tests::$customOgRoles in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::customOgRoles

File

ldap_authorization/tests/Og2Tests.test, line 27

Class

LdapAuthorizationOg2Tests

Code

public $customOgRoles = array(
  'dungeon-master' => array(
    'entity_type' => 'node',
    'bundle_type' => 'group',
  ),
  'time-keeper' => array(
    'entity_type' => 'node',
    'bundle_type' => 'group',
  ),
);