You are here

public function ResponsiveImageStyle::getBreakpointGroup in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php \Drupal\responsive_image\Entity\ResponsiveImageStyle::getBreakpointGroup()

Returns the breakpoint group for the responsive image style.

Return value

string The breakpoint group.

Overrides ResponsiveImageStyleInterface::getBreakpointGroup

File

core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php, line 173
Contains \Drupal\responsive_image\Entity\ResponsiveImageStyle.

Class

ResponsiveImageStyle
Defines the responsive image style entity.

Namespace

Drupal\responsive_image\Entity

Code

public function getBreakpointGroup() {
  return $this->breakpoint_group;
}