constant MARK_NEW in Drupal 10
Same name and namespace in other branches
- 8 core/includes/theme.inc \MARK_NEW
- 4 includes/theme.inc \MARK_NEW
- 5 includes/theme.inc \MARK_NEW
- 6 includes/theme.inc \MARK_NEW
- 7 includes/theme.inc \MARK_NEW
- 9 core/includes/theme.inc \MARK_NEW
Mark content as being new.
Related topics
3 uses of MARK_NEW
- drupal_common_theme in core/
includes/ theme.inc - Provides theme registration for themes across .inc files.
- HistoryUserTimestamp::render in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - 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 47 - The theme system, which controls the output of Drupal.
Code
const MARK_NEW = 1;