MARK_NEW
Mark content as being new.
Related topics
- Content markers
- Markers used by mark.html.twig and node_mark() to designate content.
3 uses of MARK_NEW
- 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.
- ThemeCommonElements::commonElements in core/
lib/ Drupal/ Core/ Theme/ ThemeCommonElements.php - Base theme array.
File
-
core/
includes/ theme.inc, line 43
Code
const MARK_NEW = 1;