interface PermissionsHashGeneratorInterface
Defines the user permissions hash generator interface.
Hierarchy
- interface \Drupal\Core\Session\PermissionsHashGeneratorInterface
 
Expanded class hierarchy of PermissionsHashGeneratorInterface
All classes that implement PermissionsHashGeneratorInterface
1 file declares its use of PermissionsHashGeneratorInterface
- AccountPermissionsCacheContext.php in core/
lib/ Drupal/ Core/ Cache/ Context/ AccountPermissionsCacheContext.php  
File
- 
              core/
lib/ Drupal/ Core/ Session/ PermissionsHashGeneratorInterface.php, line 8  
Namespace
Drupal\Core\SessionView source
interface PermissionsHashGeneratorInterface {
  
  /**
   * Generates a hash that uniquely identifies a user's permissions.
   *
   * @param \Drupal\Core\Session\AccountInterface $account
   *   The user account for which to get the permissions hash.
   *
   * @return string
   *   A permissions hash.
   */
  public function generate(AccountInterface $account);
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overrides | 
|---|---|---|---|---|
| PermissionsHashGeneratorInterface::generate | public | function | Generates a hash that uniquely identifies a user's permissions. | 1 | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.