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

Breadcrumb

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

function CalculatedPermissionsInterface::getItems

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

Return value

\Drupal\Core\Session\CalculatedPermissionsItemInterface[] A list of calculated permission items.

File

core/lib/Drupal/Core/Session/CalculatedPermissionsInterface.php, line 31

Class

CalculatedPermissionsInterface
Defines the calculated permissions interface.

Namespace

Drupal\Core\Session

Code

public function getItems() : array;
RSS feed
Powered by Drupal