public function EventManagerInterface::invalidateEventType in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 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\Entity\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 144
Class
- EventManagerInterface
- Event manager for RNG.
Namespace
Drupal\rngCode
public function invalidateEventType(EventTypeInterface $event_type);