You are here

public function BackgroundImageManagerInterface::getFallbackImageStyle in Background Image 8

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

Retrieves the fallback image style.

Return value

string

1 method overrides BackgroundImageManagerInterface::getFallbackImageStyle()
BackgroundImageManager::getFallbackImageStyle in src/BackgroundImageManager.php
Retrieves the fallback image style.

File

src/BackgroundImageManagerInterface.php, line 247

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getFallbackImageStyle();