ResponsiveImageStyleInterface::addImageStyleMapping

public ResponsiveImageStyleInterface::addImageStyleMapping($breakpoint_id, $multiplier, array $image_style_mapping)

Adds a image style mapping to the responsive image configuration entity.

Parameters

string $breakpoint_id: The breakpoint ID.

string $multiplier: The multiplier.

array $image_style_mapping: The mapping image style mapping.

Return value

$this

File

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

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function addImageStyleMapping($breakpoint_id, $multiplier, array $image_style_mapping);
doc_Drupal
2016-10-29 09:38:07
Comments
Leave a Comment

Please login to continue.