public function RefinableCalculatedGroupPermissionsInterface::removeItem in Group 2.0.x
Same name and namespace in other branches
- 8 src/Access/RefinableCalculatedGroupPermissionsInterface.php \Drupal\group\Access\RefinableCalculatedGroupPermissionsInterface::removeItem()
Removes a single calculated permission item from a given scope.
Parameters
$scope: The scope name to remove the item from.
$identifier: The scope identifier to remove the item from.
Return value
$this
1 method overrides RefinableCalculatedGroupPermissionsInterface::removeItem()
- RefinableCalculatedGroupPermissions::removeItem in src/
Access/ RefinableCalculatedGroupPermissions.php - Removes a single calculated permission item from a given scope.
File
- src/
Access/ RefinableCalculatedGroupPermissionsInterface.php, line 36
Class
- RefinableCalculatedGroupPermissionsInterface
- Defines the calculated group permissions interface.
Namespace
Drupal\group\AccessCode
public function removeItem($scope, $identifier);