constant MARK_UPDATED in Drupal 9
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
- 7 includes/theme.inc \MARK_UPDATED
Mark content as being updated.
Related topics
2 uses of MARK_UPDATED
- HistoryUserTimestamp::render in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - Renders the field.
- 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 52 - The theme system, which controls the output of Drupal.
Code
const MARK_UPDATED = 2;