You are here

public function GroupTypeInterface::creatorMustCompleteMembership in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::creatorMustCompleteMembership()

Returns whether the group creator must complete their membership.

Return value

bool Whether the group creator must complete their membership.

1 method overrides GroupTypeInterface::creatorMustCompleteMembership()
GroupType::creatorMustCompleteMembership in src/Entity/GroupType.php
Returns whether the group creator must complete their membership.

File

src/Entity/GroupTypeInterface.php, line 117

Class

GroupTypeInterface
Provides an interface defining a group type entity.

Namespace

Drupal\group\Entity

Code

public function creatorMustCompleteMembership();