function RefinableCalculatedPermissionsInterface::removeItems

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php \Drupal\Core\Session\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 43

Class

RefinableCalculatedPermissionsInterface
Defines the refinable calculated permissions interface.

Namespace

Drupal\Core\Session

Code

public function removeItems() : self;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.