public function BackgroundImageManagerInterface::useMinifiedCssUri in Background Image 2.0.x
Same name and namespace in other branches
- 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::useMinifiedCssUri()
- 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
Namespace
Drupal\background_imageCode
public function useMinifiedCssUri();