8 uses of HISTORY_READ_LIMIT in Drupal 10
- CommentManager::getCountNewComments in core/
modules/ comment/ src/ CommentManager.php - ForumManager::lastVisit in core/
modules/ forum/ src/ ForumManager.php - Gets the last time the user viewed a node.
- ForumManager::unreadTopics in core/
modules/ forum/ src/ ForumManager.php - HistoryUserTimestamp::query in core/
modules/ history/ src/ Plugin/ views/ filter/ HistoryUserTimestamp.php - Add this filter to the query.
- HistoryUserTimestamp::render in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - history_cron in core/
modules/ history/ history.module - Implements hook_cron().
- NodeNewComments::preRender in core/
modules/ comment/ src/ Plugin/ views/ field/ NodeNewComments.php - node_mark in core/
modules/ node/ node.module - Determines the type of marker to be displayed for a given node.