public ResponsiveImageStyleInterface::setBreakpointGroup($breakpoint_group)
Sets the breakpoint group for the responsive image style.
Parameters
string $breakpoint_group: The responsive image style breakpoint group.
Return value
$this
File
- core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 59
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_image
Code
public function setBreakpointGroup($breakpoint_group);
Please login to continue.