protected property UserSyncEventSubscriber::$typedDataManager in SAML Authentication 8.2
Same name and namespace in other branches
- 8.3 src/EventSubscriber/UserSyncEventSubscriber.php \Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber::typedDataManager
- 4.x src/EventSubscriber/UserSyncEventSubscriber.php \Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber::typedDataManager
The typed data manager.
Type: \Drupal\Core\TypedData\TypedDataManagerInterface
File
- src/
EventSubscriber/ UserSyncEventSubscriber.php, line 38
Class
- UserSyncEventSubscriber
- Event subscriber that synchronizes user properties on a user_sync event.
Namespace
Drupal\samlauth\EventSubscriberCode
protected $typedDataManager;