You are here

protected property RegistrationAddAccessCheck::$entityManager in RNG - Events and Registrations 3.x

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

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Access/RegistrationAddAccessCheck.php, line 23

Class

RegistrationAddAccessCheck
Checks new registrations are permitted on an event.

Namespace

Drupal\rng\Access

Code

protected $entityManager;