You are here

public function BlockOgMembership::getTargetState in Organic groups 8

Returns the state the membership will have after the action is executed.

Return value

string One of the following:

Overrides ChangeOgMembershipStateBase::getTargetState

File

src/Plugin/Action/BlockOgMembership.php, line 23

Class

BlockOgMembership
Blocks a group membership.

Namespace

Drupal\og\Plugin\Action

Code

public function getTargetState() {
  return OgMembershipInterface::STATE_BLOCKED;
}