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