function CalculatedPermissionsItemInterface::getIdentifier

Same name and namespace in other branches
  1. 10 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\Session

Code

public function getIdentifier() : string|int;

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