function ResponsiveImageStyle::getBreakpointGroup
Same name in other branches
- 9 core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php \Drupal\responsive_image\Entity\ResponsiveImageStyle::getBreakpointGroup()
- 10 core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php \Drupal\responsive_image\Entity\ResponsiveImageStyle::getBreakpointGroup()
- 11.x core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php \Drupal\responsive_image\Entity\ResponsiveImageStyle::getBreakpointGroup()
Overrides ResponsiveImageStyleInterface::getBreakpointGroup
File
-
core/
modules/ responsive_image/ src/ Entity/ ResponsiveImageStyle.php, line 182
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.