You are here

constant OG_MEMBERSHIP_TYPE_DEFAULT in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.module \OG_MEMBERSHIP_TYPE_DEFAULT

The default group membership type that is the bundle of group membership.

7 uses of OG_MEMBERSHIP_TYPE_DEFAULT
og_entity_presave in ./og.module
Implements hook_entity_presave().
og_group in ./og.module
Set an association (e.g. subscribe) an entity to a group.
og_install in ./og.install
Implements hook_install().
og_membership_create in ./og.module
Creates a new OG membership.
og_og_migrate_group_membership in plugins/og_migrate/group_membership.inc
Add group membership enteties instead of field data.

... See full list

File

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

Code

define('OG_MEMBERSHIP_TYPE_DEFAULT', 'og_membership_type_default');