Array of history keyed by nid.
Type: array
File
- core/modules/forum/src/ForumManager.php, line 99
Class
- ForumManager
- Provides forum manager service.
Namespace
Drupal\forum
Code
protected $history = array();
Array of history keyed by nid.
Type: array
Drupal\forum
protected $history = array();
Please login to continue.