Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Session/UserSession.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
26 protected $roles = [AccountInterface::ANONYMOUS_ROLE]; | 26 protected $roles = [AccountInterface::ANONYMOUS_ROLE]; |
27 | 27 |
28 /** | 28 /** |
29 * The Unix timestamp when the user last accessed the site. | 29 * The Unix timestamp when the user last accessed the site. |
30 * | 30 * |
31 * @var string. | 31 * @var string |
32 */ | 32 */ |
33 protected $access; | 33 protected $access; |
34 | 34 |
35 /** | 35 /** |
36 * The name of this account. | 36 * The name of this account. |