ResponsiveImageStyleInterface::getImageStyleMappings

public ResponsiveImageStyleInterface::getImageStyleMappings()

Returns the image style mappings for the responsive image style.

Return value

array[] An array of image style mappings. Each image style mapping array contains the following keys:

  • breakpoint_id
  • multiplier
  • image_mapping_type
  • image_mapping

File

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

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function getImageStyleMappings();
doc_Drupal
2016-10-29 09:38:08
Comments
Leave a Comment

Please login to continue.