You are here

protected property UserSyncEventSubscriber::$typedDataManager in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/EventSubscriber/UserSyncEventSubscriber.php \Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber::typedDataManager
  2. 8.2 src/EventSubscriber/UserSyncEventSubscriber.php \Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber::typedDataManager

The typed data manager.

Type: \Drupal\Core\TypedData\TypedDataManagerInterface

File

src/EventSubscriber/UserSyncEventSubscriber.php, line 44

Class

UserSyncEventSubscriber
Event subscriber that synchronizes user properties on a user_sync event.

Namespace

Drupal\samlauth\EventSubscriber

Code

protected $typedDataManager;