You are here

public function BackgroundImageManagerInterface::getResponsiveImageStyle in Background Image 2.0.x

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

Retrieves the responsive image style, if one exists.

Return value

\Drupal\responsive_image\ResponsiveImageStyleInterface|null

1 method overrides BackgroundImageManagerInterface::getResponsiveImageStyle()
BackgroundImageManager::getResponsiveImageStyle in src/BackgroundImageManager.php
Retrieves the responsive image style, if one exists.

File

src/BackgroundImageManagerInterface.php, line 276

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getResponsiveImageStyle();