public function BackgroundImageManagerInterface::getRetinaRules in Background Image 2.0.x
Same name and namespace in other branches
- 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getRetinaRules()
- 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getRetinaRules()
Retrieves the retina rules to use, if any.
Return value
array An array of individual media query rules.
1 method overrides BackgroundImageManagerInterface::getRetinaRules()
- BackgroundImageManager::getRetinaRules in src/
BackgroundImageManager.php - Retrieves the retina rules to use, if any.
File
- src/
BackgroundImageManagerInterface.php, line 284
Class
Namespace
Drupal\background_imageCode
public function getRetinaRules();