RESPONSIVE_PRIORITY_LOW
Same name and namespace in other branches
- 9 core/includes/theme.inc \RESPONSIVE_PRIORITY_LOW
- 10 core/includes/theme.inc \RESPONSIVE_PRIORITY_LOW
- 11.x 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
4 uses of RESPONSIVE_PRIORITY_LOW
- CommentAdminOverview::buildForm in core/
modules/ comment/ src/ Form/ CommentAdminOverview.php - Form constructor for the comment overview administration form.
- TableTest::testThemeTableResponsivePriority in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ TableTest.php - Tests 'priority-medium' and 'priority-low' classes.
- template_preprocess_table in core/
includes/ theme.inc - Prepares variables for table templates.
- UserListBuilder::buildHeader in core/
modules/ user/ src/ UserListBuilder.php - Builds the header row for the entity listing.
File
-
core/
includes/ theme.inc, line 67
Code
const RESPONSIVE_PRIORITY_LOW = 'priority-low';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.