You are here

public function OgRoleInterface::setGroupBundle in Organic groups 8

Sets the group bundle.

Parameters

string $group_bundle: The group bundle to set.

Return value

$this

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

File

src/OgRoleInterface.php, line 105

Class

OgRoleInterface
Provides an interface defining an OG user role entity.

Namespace

Drupal\og

Code

public function setGroupBundle($group_bundle);