Forum sort order, posts with the least comments first.
File
- core/modules/forum/src/ForumManager.php, line 43
Class
- ForumManager
- Provides forum manager service.
Namespace
Drupal\forum
Code
const LEAST_POPULAR_FIRST = 4;
Forum sort order, posts with the least comments first.
Drupal\forum
const LEAST_POPULAR_FIRST = 4;
Please login to continue.