You are here

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

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

Constructor.

File

ldap_authentication/src/Routing/EmailTemplateService.php, line 32

Class

EmailTemplateService
Email template service.

Namespace

Drupal\ldap_authentication\Routing

Code

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