You are here

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

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

Retrieves the AdvAgg CSS Minifier service, if it exists.

Return value

\Drupal\advagg_css_minify\Asset\CssMinifier|null

1 method overrides BackgroundImageManagerInterface::getCssMinifier()
BackgroundImageManager::getCssMinifier in src/BackgroundImageManager.php
Retrieves the AdvAgg CSS Minifier service, if it exists.

File

src/BackgroundImageManagerInterface.php, line 99

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getCssMinifier();