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

Breadcrumb

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

function RefinableCalculatedPermissionsInterface::removeItems

Removes all of the calculated permission items, regardless of scope.

Return value

$this

1 method overrides RefinableCalculatedPermissionsInterface::removeItems()
RefinableCalculatedPermissions::removeItems in core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
Removes all of the calculated permission items, regardless of scope.

File

core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php, line 44

Class

RefinableCalculatedPermissionsInterface
Defines the refinable calculated permissions interface.

Namespace

Drupal\Core\Session

Code

public function removeItems() : self;
RSS feed
Powered by Drupal