You are here

public function EventManagerInterface::invalidateEventType in RNG - Events and Registrations 8.2

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

Code

public function invalidateEventType(EventTypeInterface $event_type);