function ResponsiveImageStyle::getBreakpointGroup
Returns the breakpoint group for the responsive image style.
Return value
string The breakpoint group.
Overrides ResponsiveImageStyleInterface::getBreakpointGroup
1 call to ResponsiveImageStyle::getBreakpointGroup()
- ResponsiveImageStyle::sortMappings in core/modules/ responsive_image/ src/ Entity/ ResponsiveImageStyle.php 
- Sort mappings by breakpoint ID and multiplier.
File
- 
              core/modules/ responsive_image/ src/ Entity/ ResponsiveImageStyle.php, line 204 
Class
- ResponsiveImageStyle
- Defines the responsive image style entity.
Namespace
Drupal\responsive_image\EntityCode
public function getBreakpointGroup() {
  return $this->breakpoint_group;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
