ForumManager::__wakeup

public ForumManager::__wakeup()

File

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

Class

ForumManager
Provides forum manager service.

Namespace

Drupal\forum

Code

1
2
3
4
5
6
7
8
9
public function __wakeup() {
  $this->defaultWakeup();
  // Initialize static cache.
  $this->history = array();
  $this->lastPostData = array();
  $this->forumChildren = array();
  $this->forumStatistics = array();
  $this->index = NULL;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.