public function EventManagerInterface::getEventTypes in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::getEventTypes()
- 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 131
Class
- EventManagerInterface
- Event manager for RNG.
Namespace
Drupal\rngCode
public function getEventTypes();