You are here

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

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::useMinifiedCssUri()
  2. 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::useMinifiedCssUri()

Determines whether minified CSS URIs should be used.

Return value

bool TRUE or FALSE

1 method overrides BackgroundImageManagerInterface::useMinifiedCssUri()
BackgroundImageManager::useMinifiedCssUri in src/BackgroundImageManager.php
Determines whether minified CSS URIs should be used.

File

src/BackgroundImageManagerInterface.php, line 342

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function useMinifiedCssUri();