public function RefinableCalculatedGroupPermissionsInterface::removeItemsByScope in Group 2.0.x
Same name and namespace in other branches
- 8 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\AccessCode
public function removeItemsByScope($scope);