You are here

protected property EntityIsEventCheck::$eventManager in RNG - Events and Registrations 3.x

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

The RNG event manager.

Type: \Drupal\rng\EventManagerInterface

File

src/Access/EntityIsEventCheck.php, line 23

Class

EntityIsEventCheck
Checks that an entity is an event type.

Namespace

Drupal\rng\Access

Code

protected $eventManager;