public property LdapAuthorizationOg2Tests::$customOgRoles in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::customOgRoles
File
- ldap_authorization/
tests/ Og2Tests.test, line 27
Class
Code
public $customOgRoles = array(
'dungeon-master' => array(
'entity_type' => 'node',
'bundle_type' => 'group',
),
'time-keeper' => array(
'entity_type' => 'node',
'bundle_type' => 'group',
),
);