You are here

public function OgRoleInterface::setGroupType in Organic groups 8

Sets the group type.

Parameters

string $group_type: The group type to set.

Return value

$this

1 method overrides OgRoleInterface::setGroupType()
OgRole::setGroupType in src/Entity/OgRole.php
Sets the group type.

File

src/OgRoleInterface.php, line 87

Class

OgRoleInterface
Provides an interface defining an OG user role entity.

Namespace

Drupal\og

Code

public function setGroupType($group_type);