constant MARK_UPDATED in Drupal 7
Same name and namespace in other branches
- 8 core/includes/theme.inc \MARK_UPDATED
- 4 includes/theme.inc \MARK_UPDATED
- 5 includes/theme.inc \MARK_UPDATED
- 6 includes/theme.inc \MARK_UPDATED
- 9 core/includes/theme.inc \MARK_UPDATED
- 10 core/includes/theme.inc \MARK_UPDATED
Mark content as being updated.
Related topics
2 uses of MARK_UPDATED
- node_mark in modules/
node/ node.module - Determines the type of marker to be displayed for a given node.
- theme_mark in includes/
theme.inc - Returns HTML for a marker for new or updated content.
File
- includes/
theme.inc, line 31 - The theme system, which controls the output of Drupal.
Code
define('MARK_UPDATED', 2);