You are here

protected property UserRequestSubscriber::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/EventSubscriber/UserRequestSubscriber.php \Drupal\user\EventSubscriber\UserRequestSubscriber::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/user/src/EventSubscriber/UserRequestSubscriber.php, line 34
Contains \Drupal\user\EventSubscriber\UserRequestSubscriber.

Class

UserRequestSubscriber
Updates the current user's last access time.

Namespace

Drupal\user\EventSubscriber

Code

protected $entityManager;