You are here

constant OgMembershipInterface::STATE_BLOCKED in Organic groups 8

Define blocked group content states. The user is rejected from the group.

When a user has this membership state they are denied access to any group related action. This state, however, does not prevent the user from accessing a group or group content.

File

src/OgMembershipInterface.php, line 40

Class

OgMembershipInterface
Provides an interface for OG memberships.

Namespace

Drupal\og

Code

const STATE_BLOCKED = 'blocked';