public function ResponsiveImageStyleInterface::setBreakpointGroup in Drupal 9
Same name and namespace in other branches
- 8 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::setBreakpointGroup()
- 10 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_imageCode
public function setBreakpointGroup($breakpoint_group);