You are here

protected property UserRequestSubscriber::$deprecatedProperties in Drupal 8

File

core/modules/user/src/EventSubscriber/UserRequestSubscriber.php, line 22

Class

UserRequestSubscriber
Updates the current user's last access time.

Namespace

Drupal\user\EventSubscriber

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];