You are here

public function RegistrationTypeForm::__construct in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 8 src/Form/RegistrationTypeForm.php \Drupal\rng\Form\RegistrationTypeForm::__construct()
  2. 3.x src/Form/RegistrationTypeForm.php \Drupal\rng\Form\RegistrationTypeForm::__construct()

File

src/Form/RegistrationTypeForm.php, line 22

Class

RegistrationTypeForm
Form controller for registration types.

Namespace

Drupal\rng\Form

Code

public function __construct(QueryFactory $query_factory) {
  $this->entityQueryFactory = $query_factory;
}