Defines the user permissions hash generator interface.
Hierarchy
- interface \Drupal\Core\Session\PermissionsHashGeneratorInterface
File
- core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php, line 8
Namespace
Drupal\Core\Session
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PermissionsHashGeneratorInterface::generate | public | function | Generates a hash that uniquely identifies a user's permissions. |
Please login to continue.