public property LdapAuthorizationOg2Tests::$customOgRoles in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::customOgRoles
File
- ldap_authorization/
tests/ Og2Tests.test, line 32
Class
- LdapAuthorizationOg2Tests
- Simpletest for Ldap Authorization OG Module, for og 7.x-2.x.
Code
public $customOgRoles = [
'dungeon-master' => [
'entity_type' => 'node',
'bundle_type' => 'group',
],
'time-keeper' => [
'entity_type' => 'node',
'bundle_type' => 'group',
],
];