public function GroupTypeInterface::creatorGetsMembership in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::creatorGetsMembership()
Returns whether the group creator automatically receives a membership.
Return value
bool Whether the group creator automatically receives a membership.
1 method overrides GroupTypeInterface::creatorGetsMembership()
- GroupType::creatorGetsMembership in src/
Entity/ GroupType.php - Returns whether the group creator automatically receives a membership.
File
- src/
Entity/ GroupTypeInterface.php, line 109
Class
- GroupTypeInterface
- Provides an interface defining a group type entity.
Namespace
Drupal\group\EntityCode
public function creatorGetsMembership();