function EventManagerInterface::invalidateEventType in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::invalidateEventType()
- 3.x src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::invalidateEventType()
Invalidate cache for an event type.
Parameters
\Drupal\rng\EventTypeInterface $event_type: An event type.
1 method overrides EventManagerInterface::invalidateEventType()
- EventManager::invalidateEventType in src/
EventManager.php - Invalidate cache for an event type.
File
- src/
EventManagerInterface.php, line 141
Class
- EventManagerInterface
- Event manager for RNG.
Namespace
Drupal\rngCode
function invalidateEventType(EventTypeInterface $event_type);