constant 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

6 uses of RESPONSIVE_PRIORITY_MEDIUM
comment_admin_overview in drupal/core/modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
DbLogController::overview in drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php
Displays a listing of database log messages.
field_ui_fields_list in drupal/core/modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
MenuListController::buildHeader in drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php
Overrides \Drupal\Core\Entity\EntityListController::buildHeader().
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().

... See full list

File

drupal/core/includes/theme.inc, line 47
The theme system, which controls the output of Drupal.

Code

const RESPONSIVE_PRIORITY_MEDIUM = 'priority-medium';