function ResponsiveImageStyleInterface::getFallbackImageStyle

Same name and namespace in other branches
  1. 8.9.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getFallbackImageStyle()
  2. 10 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getFallbackImageStyle()
  3. 11.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getFallbackImageStyle()

Returns the fallback image style ID for the responsive image style.

Return value

string The fallback image style ID.

1 method overrides ResponsiveImageStyleInterface::getFallbackImageStyle()
ResponsiveImageStyle::getFallbackImageStyle in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Returns the fallback image style ID for the responsive image style.

File

core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 95

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function getFallbackImageStyle();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.