function RefinableCalculatedPermissionsInterface::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
self
1 method overrides RefinableCalculatedPermissionsInterface::removeItemsByScope()
- RefinableCalculatedPermissions::removeItemsByScope in core/
lib/ Drupal/ Core/ Session/ RefinableCalculatedPermissions.php - Removes all of the calculated permission items for the given scope.
File
-
core/
lib/ Drupal/ Core/ Session/ RefinableCalculatedPermissionsInterface.php, line 54
Class
- RefinableCalculatedPermissionsInterface
- Defines the refinable calculated permissions interface.
Namespace
Drupal\Core\SessionCode
public function removeItemsByScope(string $scope) : self;