You are here

public function BackgroundImageInterface::getCssUri in Background Image 2.0.x

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

Retrieves the CSS file this background image.

Return value

string An internal scheme path to the CSS file.

1 method overrides BackgroundImageInterface::getCssUri()
BackgroundImage::getCssUri in src/Entity/BackgroundImage.php
Retrieves the CSS file this background image.

File

src/BackgroundImageInterface.php, line 138

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

public function getCssUri();