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);
Please login to continue.