You are here

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

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

A configuration object containing samlauth settings.

Type: \Drupal\Core\Config\ImmutableConfig

File

src/EventSubscriber/UserSyncEventSubscriber.php, line 65

Class

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

Namespace

Drupal\samlauth\EventSubscriber

Code

protected $config;