constant MARK_UPDATED

Mark content as being updated.

Related topics

3 uses of MARK_UPDATED
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 39
The theme system, which controls the output of Drupal.

Code

const MARK_UPDATED = 2;