function CalculatedPermissionsItemInterface::getScope
Returns the scope of the calculated permissions item.
Return value
string The scope name.
1 method overrides CalculatedPermissionsItemInterface::getScope()
- CalculatedPermissionsItem::getScope in core/
lib/ Drupal/ Core/ Session/ CalculatedPermissionsItem.php - Returns the scope of the calculated permissions item.
File
-
core/
lib/ Drupal/ Core/ Session/ CalculatedPermissionsItemInterface.php, line 16
Class
- CalculatedPermissionsItemInterface
- Defines the calculated permissions item interface.
Namespace
Drupal\Core\SessionCode
public function getScope() : string;