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

Breadcrumb

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

MARK_NEW

Mark content as being new.

Related topics

Content markers
Markers used by mark.html.twig and node_mark() to designate content.
3 uses of MARK_NEW
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.
ThemeCommonElements::commonElements in core/lib/Drupal/Core/Theme/ThemeCommonElements.php
Base theme array.

File

core/includes/theme.inc, line 43

Code

const MARK_NEW = 1;
RSS feed
Powered by Drupal