You are here

public function DynamicUserHelpLink::__construct in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_authentication/src/Plugin/Derivative/DynamicUserHelpLink.php \Drupal\ldap_authentication\Plugin\Derivative\DynamicUserHelpLink::__construct()

Constructor.

Parameters

\Drupal\Core\Config\ConfigFactory $config_factory: Config Factory.

File

ldap_authentication/src/Plugin/Derivative/DynamicUserHelpLink.php, line 30

Class

DynamicUserHelpLink
Provides help messages for users when configured.

Namespace

Drupal\ldap_authentication\Plugin\Derivative

Code

public function __construct(ConfigFactory $config_factory) {
  $this->config = $config_factory
    ->get('ldap_authentication.settings');
}