Content markers in Drupal 8
Same name and namespace in other branches
- 6 includes/theme.inc \content_flags
- 7 includes/theme.inc \content_flags
- 9 core/includes/theme.inc \content_flags
Markers used by mark.html.twig and node_mark() to designate content.
See also
File
- core/
includes/ theme.inc, line 29 - The theme system, which controls the output of Drupal.
Constants
Name | Location | Description |
---|---|---|
MARK_NEW |
core/ |
Mark content as being new. |
MARK_READ |
core/ |
Mark content as read. |
MARK_UPDATED |
core/ |
Mark content as being updated. |
RESPONSIVE_PRIORITY_LOW |
core/ |
A responsive table class; only show table cell on wide devices. |
RESPONSIVE_PRIORITY_MEDIUM |
core/ |
A responsive table class; hide table cell on narrow devices. |