function CalculatedPermissionsInterface::getItems
Same name in other branches
- 11.x core/lib/Drupal/Core/Session/CalculatedPermissionsInterface.php \Drupal\Core\Session\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\SessionCode
public function getItems() : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.