You are here

public function ForumManagerInterface::resetCache in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/forum/src/ForumManagerInterface.php \Drupal\forum\ForumManagerInterface::resetCache()

Resets the ForumManager index and history.

1 method overrides ForumManagerInterface::resetCache()
ForumManager::resetCache in core/modules/forum/src/ForumManager.php
Resets the ForumManager index and history.

File

core/modules/forum/src/ForumManagerInterface.php, line 57
Contains \Drupal\forum\ForumManagerInterface.

Class

ForumManagerInterface
Provides forum manager interface.

Namespace

Drupal\forum

Code

public function resetCache();