You are here

protected property AgreementSubscriber::$sessionManager in Agreement 3.0.x

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/AgreementSubscriber.php \Drupal\agreement\EventSubscriber\AgreementSubscriber::sessionManager

Session manager.

Type: \Drupal\Core\Session\SessionManagerInterface

File

src/EventSubscriber/AgreementSubscriber.php, line 42

Class

AgreementSubscriber
Checks if the current user is required to accept an agreement.

Namespace

Drupal\agreement\EventSubscriber

Code

protected $sessionManager;