You are here

public function BackgroundImageManagerInterface::getRetinaRules in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getRetinaRules()
  2. 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

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getRetinaRules();