Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. theme.inc

MARK_READ

Mark content as read.

Related topics

Content markers
Markers used by mark.html.twig and node_mark() to designate content.
2 uses of MARK_READ
HistoryUserTimestamp::render in core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
Renders the field.
node_mark in core/modules/node/node.module
Determines the type of marker to be displayed for a given node.

File

core/includes/theme.inc, line 38

Code

const MARK_READ = 0;
RSS feed
Powered by Drupal