You are here

6 uses of HISTORY_READ_LIMIT in Drupal 8

CommentManager::getCountNewComments in core/modules/comment/src/CommentManager.php
Returns the number of new comments available on a given entity for a user.
ForumManager::lastVisit in core/modules/forum/src/ForumManager.php
Gets the last time the user viewed a node.
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
Renders the field.
NodeNewComments::preRender in core/modules/comment/src/Plugin/views/field/NodeNewComments.php
Runs before any fields are rendered.
node_mark in core/modules/node/node.module
Determines the type of marker to be displayed for a given node.