You are here

constant RESPONSIVE_PRIORITY_LOW in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/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

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.
NodeListBuilder::buildHeader in core/modules/node/src/NodeListBuilder.php
Builds the header row for the entity listing.
SearchPageListBuilder::buildHeader in core/modules/search/src/SearchPageListBuilder.php
Builds the header row for the entity listing.
TableTest::testThemeTableResponsivePriority in core/modules/system/src/Tests/Theme/TableTest.php
Tests 'priority-medium' and 'priority-low' classes.

... See full list

File

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

Code

const RESPONSIVE_PRIORITY_LOW = 'priority-low';