You are here

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

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

The configuration factory service.

We're doing $configFactory->get() all over the place to access our configuration, which (despite its convoluted-ness) 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_roles/src/EventSubscriber/UserRolesEventSubscriber.php, line 32

Class

UserRolesEventSubscriber
Event subscriber for the samlauth_user_roles module.

Namespace

Drupal\samlauth_user_roles\EventSubscriber

Code

protected $configFactory;