You are here

function EventManagerInterface::getEventTypes in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::getEventTypes()
  2. 3.x 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 128

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

function getEventTypes();