You are here

protected property RegistrationAddAccessCheck::$entityManager in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/Access/RegistrationAddAccessCheck.php \Drupal\rng\Access\RegistrationAddAccessCheck::entityManager
  2. 3.x src/Access/RegistrationAddAccessCheck.php \Drupal\rng\Access\RegistrationAddAccessCheck::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

src/Access/RegistrationAddAccessCheck.php, line 23

Class

RegistrationAddAccessCheck
Checks new registrations are permitted on an event.

Namespace

Drupal\rng\Access

Code

protected $entityManager;