You are here

protected property UserFieldsEventSubscriber::$configFactory in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 modules/samlauth_user_fields/src/EventSubscriber/UserFieldsEventSubscriber.php \Drupal\samlauth_user_fields\EventSubscriber\UserFieldsEventSubscriber::configFactory

The configuration factory service.

We're doing $configFactory->get() all over the place to access our configuration, which is actually a little more efficient than storing the config object in a variable in this class.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

modules/samlauth_user_fields/src/EventSubscriber/UserFieldsEventSubscriber.php, line 38

Class

UserFieldsEventSubscriber
Synchronizes SAML attributes into user fields / links new users during login.

Namespace

Drupal\samlauth_user_fields\EventSubscriber

Code

protected $configFactory;