ForumManager::resetCache

public ForumManager::resetCache()

Resets the ForumManager index and history.

Overrides ForumManagerInterface::resetCache

File

core/modules/forum/src/ForumManager.php, line 450

Class

ForumManager
Provides forum manager service.

Namespace

Drupal\forum

Code

public function resetCache() {
  // Reset the index.
  $this->index = NULL;
  // Reset history.
  $this->history = array();
}
doc_Drupal
2016-10-29 09:17:13
Comments
Leave a Comment

Please login to continue.