You are here

public function RegistrationAccessEvent::getContext in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Event/RegistrationAccessEvent.php \Drupal\rng\Event\RegistrationAccessEvent::getContext()

Get the context.

Return value

array The context.

File

src/Event/RegistrationAccessEvent.php, line 86

Class

RegistrationAccessEvent
Registration event to influence access.

Namespace

Drupal\rng\Event

Code

public function getContext() {
  return $this->context;
}