You are here

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

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

Constructor.

File

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

Class

DynamicUserHelpLink
Provides help messages for users when configured.

Namespace

Drupal\ldap_authentication\Plugin\Derivative

Code

public function __construct() {
  $this->config = \Drupal::config('ldap_authentication.settings');
}