Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. theme.inc

MARK_UPDATED

Mark content as being updated.

Related topics

Content markers
Markers used by mark.html.twig and node_mark() to designate content.
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 48

Code

const MARK_UPDATED = 2;
RSS feed
Powered by Drupal