constant MARK_UPDATED

Mark content as being updated.

Related topics

3 uses of MARK_UPDATED
HistoryUserTimestamp::render in drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/HistoryUserTimestamp.php
Render the field.
node_mark in drupal/core/modules/node/node.module
Decides on 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 35
The theme system, which controls the output of Drupal.

Code

const MARK_UPDATED = 2;