You are here

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

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

A cache array of CSS template filenames, keyed by theme name.

Type: array

File

src/Controller/BackgroundImageCssController.php, line 43

Class

BackgroundImageCssController
Defines a controller to serve image styles.

Namespace

Drupal\background_image\Controller

Code

protected $cssTemplates;