You are here

protected property EventManager::$event_meta in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventManager.php \Drupal\rng\EventManager::event_meta
  2. 8 src/EventManager.php \Drupal\rng\EventManager::event_meta

An array of event meta instances.

Type: \Drupal\rng\EventMeta[]

File

src/EventManager.php, line 24

Class

EventManager
Event manager for RNG.

Namespace

Drupal\rng

Code

protected $event_meta = [];