constant MARK_NEW

Mark content as being new.

Related topics

4 uses of MARK_NEW
drupal_common_theme in drupal/core/includes/theme.inc
Provides theme registration for themes across .inc files.
HistoryUserTimestamp::render in drupal/core/modules/history/lib/Drupal/history/Plugin/views/field/HistoryUserTimestamp.php
Render the field.
node_mark in drupal/core/modules/node/node.module
Determines the type of marker to be displayed for a given node.
theme_mark in drupal/core/includes/theme.inc
Returns HTML for a marker for new or updated content.

File

drupal/core/includes/theme.inc, line 34
The theme system, which controls the output of Drupal.

Code

const MARK_NEW = 1;