You are here

public function RefinableCalculatedGroupPermissionsInterface::removeItemsByScope in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Access/RefinableCalculatedGroupPermissionsInterface.php \Drupal\group\Access\RefinableCalculatedGroupPermissionsInterface::removeItemsByScope()

Removes all of the calculated permission items for the given scope.

Parameters

string $scope: The scope name to remove the items for.

Return value

$this

1 method overrides RefinableCalculatedGroupPermissionsInterface::removeItemsByScope()
RefinableCalculatedGroupPermissions::removeItemsByScope in src/Access/RefinableCalculatedGroupPermissions.php
Removes all of the calculated permission items for the given scope.

File

src/Access/RefinableCalculatedGroupPermissionsInterface.php, line 53

Class

RefinableCalculatedGroupPermissionsInterface
Defines the calculated group permissions interface.

Namespace

Drupal\group\Access

Code

public function removeItemsByScope($scope);