function CalculatedPermissionsItemInterface::getIdentifier
Same name in other branches
- 11.x core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php \Drupal\Core\Session\CalculatedPermissionsItemInterface::getIdentifier()
Returns the identifier within the scope.
Return value
string|int The identifier.
1 method overrides CalculatedPermissionsItemInterface::getIdentifier()
- CalculatedPermissionsItem::getIdentifier in core/
lib/ Drupal/ Core/ Session/ CalculatedPermissionsItem.php - Returns the identifier within the scope.
File
-
core/
lib/ Drupal/ Core/ Session/ CalculatedPermissionsItemInterface.php, line 24
Class
- CalculatedPermissionsItemInterface
- Defines the calculated permissions item interface.
Namespace
Drupal\Core\SessionCode
public function getIdentifier() : string|int;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.