You are here

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

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

RegistrationEvent constructor.

Parameters

\Drupal\rng\Entity\RegistrationInterface $registration: The registration.

File

src/Event/RegistrationEvent.php, line 28

Class

RegistrationEvent
Registration event.

Namespace

Drupal\rng\Event

Code

public function __construct(RegistrationInterface $registration) {
  $this->registration = $registration;
}