Skip to main content
backdrop
Documentation
Documentation and API source code for Backdrop CMS.
Welcome!
Login
constant MARK_READ
Home
»
API reference
»
1.x
»
theme.inc
Mark content as read.
Related topics
Content markers
Markers used by
theme_mark
() and
node_mark
() to designate content.
3 uses of MARK_READ
comment_prepare_thread
in core/
modules/
comment/
comment.module
Calculates the indentation level of each comment in a comment thread.
node_mark
in core/
modules/
node/
node.module
Decides on the type of marker to be displayed for a given node.
views_handler_field_history_user_timestamp::render
in core/
modules/
node/
views/
views_handler_field_history_user_timestamp.inc
Render the field.
File
core/
includes/
theme.inc
, line 20
The theme system, which controls the output of Backdrop.
Code
define
(
'MARK_READ'
,
0
)
Search
Menu
Toggle menu visibility
Getting started
Installing
Updates vs upgrades
Hosting/deploying
Upgrading from Drupal
Introduction
Upgrade overview
Converting Drupal code
User guide
Quick start guide
Using Backdrop
Add-On Documentation
Developing for Backdrop
Developing modules
Developing themes
Developing layouts
Using libraries
Local development
Writing secure code
Database API
Icon API
Using JavaScript
Contributors guide
Contribute to Backdrop core
How to use the core issue queue
Adding labels to issues
Adding milestones to issues
Contribute Backdrop add-ons
Contribute to documentation
Developer API
Topics
Functions
Classes
Files
Globals
Theme functions
Form API reference
Appendix/reference
Change records
Glossary
Coding & documentation standards
Contrib permissions policy