public function DebuggingReviewForm::__construct in Lightweight Directory Access Protocol (LDAP) 8.3
Class constructor.
File
- ldap_help/
src/ Form/ DebuggingReviewForm.php, line 34
Class
- DebuggingReviewForm
- Form to allow for debugging review.
Namespace
Drupal\ldap_help\FormCode
public function __construct(ConfigFactoryInterface $config_factory, ModuleHandler $module_handler, EntityTypeManagerInterface $entity_type_manager) {
$this->config = $config_factory;
$this->moduleHandler = $module_handler;
$this->entityTypeManager = $entity_type_manager;
}