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

Breadcrumb

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

RESPONSIVE_PRIORITY_MEDIUM

A responsive table class; hide table cell on narrow devices.

Indicates that a column has medium priority and thus can be hidden on narrow width devices and shown on medium+ width devices (i.e. tablets and desktops).

Related topics

Content markers
Markers used by mark.html.twig and node_mark() to designate content.
15 uses of RESPONSIVE_PRIORITY_MEDIUM
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.
EntityFormDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns an array containing the table headers.
EntityViewDisplayEditForm::getTableHeader in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns an array containing the table headers.
FieldConfigListBuilder::buildHeader in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds the header row for the entity listing.

... See full list

File

core/includes/theme.inc, line 56

Code

const RESPONSIVE_PRIORITY_MEDIUM = 'priority-medium';
RSS feed
Powered by Drupal