You are here

public function GroupContentOperationPermission::getBundle in Organic groups 8

Returns the group content bundle ID to which this permission applies.

Return value

string The group content bundle ID.

File

src/GroupContentOperationPermission.php, line 79

Class

GroupContentOperationPermission
A group level permission.

Namespace

Drupal\og

Code

public function getBundle() {
  return $this
    ->get('bundle');
}