function ResponsiveImageStyleInterface::setBreakpointGroup

Same name and namespace in other branches
  1. 8.9.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::setBreakpointGroup()
  2. 10 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::setBreakpointGroup()
  3. 11.x 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 69

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function setBreakpointGroup($breakpoint_group);

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