You are here

public function RegistrantFields::__construct in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/RegistrantFields.php \Drupal\rng\Form\RegistrantFields::__construct()

File

src/Form/RegistrantFields.php, line 39

Class

RegistrantFields
Class RegistrantFields

Namespace

Drupal\rng\Form

Code

public function __construct(array $form, FormStateInterface $form_state, RegistrantInterface $registrant = NULL) {
  $this->form = $form;
  $this->formState = $form_state;
  $this->registrant = $registrant;
}