You are here

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

Same name and namespace in other branches
  1. 8.4 ldap_servers/src/Form/ServerTestForm.php \Drupal\ldap_servers\Form\ServerTestForm::__construct()

Class constructor.

File

ldap_servers/src/Form/ServerTestForm.php, line 57

Class

ServerTestForm
Use Drupal\Core\Form\FormBase;.

Namespace

Drupal\ldap_servers\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, ModuleHandler $module_handler, TokenProcessor $token_processor, Renderer $renderer) {
  $this->config = $config_factory;
  $this->moduleHandler = $module_handler;
  $this->tokenProcessor = $token_processor;
  $this->renderer = $renderer;
}