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