You are here

public function ApprovePendingOgMembership::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/ApprovePendingOgMembership.php, line 23

Class

ApprovePendingOgMembership
Approves a pending group membership.

Namespace

Drupal\og\Plugin\Action

Code

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