You are here

public function EventManagerInterface::getEventTypes in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::getEventTypes()
  2. 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::getEventTypes()

Get all event types configuration entities.

Return value

array A multidimensional array: [event_entity_type][event_bundle] = $event_type

1 method overrides EventManagerInterface::getEventTypes()
EventManager::getEventTypes in src/EventManager.php
Get all event types configuration entities.

File

src/EventManagerInterface.php, line 131

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

public function getEventTypes();