You are here

protected property BackgroundImageCssController::$gzip in Background Image 2.0.x

Same name and namespace in other branches
  1. 2.x src/Controller/BackgroundImageCssController.php \Drupal\background_image\Controller\BackgroundImageCssController::gzip

Flag indicating whether to gzip files.

Type: bool

File

src/Controller/BackgroundImageCssController.php, line 57

Class

BackgroundImageCssController
Defines a controller to serve image styles.

Namespace

Drupal\background_image\Controller

Code

protected $gzip = FALSE;