Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RefinableCalculatedPermissionsInterface.php

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\Session

Code

public function removeItemsByScope(string $scope) : self;
RSS feed
Powered by Drupal