You are here

public function ResponsiveImageStyleInterface::setBreakpointGroup in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::setBreakpointGroup()

Sets the breakpoint group for the responsive image style.

Parameters

string $breakpoint_group: The responsive image style breakpoint group.

Return value

$this

1 method overrides ResponsiveImageStyleInterface::setBreakpointGroup()
ResponsiveImageStyle::setBreakpointGroup in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Sets the breakpoint group for the responsive image style.

File

core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 64
Contains \Drupal\responsive_image\ResponsiveImageStyleInterface.

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function setBreakpointGroup($breakpoint_group);