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

Breadcrumb

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

RESPONSIVE_PRIORITY_LOW

A responsive table class; only show table cell on wide devices.

Indicates that a column has low priority and thus can be hidden on narrow and medium viewports and shown on wide devices (i.e. desktops).

Related topics

Content markers
Markers used by mark.html.twig and node_mark() to designate content.
8 uses of RESPONSIVE_PRIORITY_LOW
CommentAdminOverview::buildForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form constructor for the comment overview administration form.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
MediaListBuilder::buildHeader in core/modules/media/src/MediaListBuilder.php
Builds the header row for the entity listing.
MigrateMessageController::details in core/modules/migrate/src/Controller/MigrateMessageController.php
Displays a listing of migration messages for the given migration ID.
NodeListBuilder::buildHeader in core/modules/node/src/NodeListBuilder.php
Builds the header row for the entity listing.

... See full list

File

core/includes/theme.inc, line 64

Code

const RESPONSIVE_PRIORITY_LOW = 'priority-low';
RSS feed
Powered by Drupal