RESPONSIVE_PRIORITY_MEDIUM
Same name in other branches
- 9 core/includes/theme.inc \RESPONSIVE_PRIORITY_MEDIUM
- 10 core/includes/theme.inc \RESPONSIVE_PRIORITY_MEDIUM
- 11.x core/includes/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
13 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.
- FieldConfigListBuilder::buildHeader in core/
modules/ field_ui/ src/ FieldConfigListBuilder.php - Builds the header row for the entity listing.
- FieldStorageConfigListBuilder::buildHeader in core/
modules/ field_ui/ src/ FieldStorageConfigListBuilder.php - Builds the header row for the entity listing.
- MediaListBuilder::buildHeader in core/
modules/ media/ src/ MediaListBuilder.php - Builds the header row for the entity listing.
File
-
core/
includes/ theme.inc, line 59
Code
const RESPONSIVE_PRIORITY_MEDIUM = 'priority-medium';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.