You are here

constant OgMembershipInterface::ALL_STATES in Organic groups 8

An array containing all possible group membership states.

File

src/OgMembershipInterface.php, line 45

Class

OgMembershipInterface
Provides an interface for OG memberships.

Namespace

Drupal\og

Code

const ALL_STATES = [
  self::STATE_ACTIVE,
  self::STATE_PENDING,
  self::STATE_BLOCKED,
];