function ResponsiveImageStyleInterface::getBreakpointGroup

Same name and namespace in other branches
  1. 8.9.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getBreakpointGroup()
  2. 10 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getBreakpointGroup()
  3. 11.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getBreakpointGroup()

Returns the breakpoint group for the responsive image style.

Return value

string The breakpoint group.

1 method overrides ResponsiveImageStyleInterface::getBreakpointGroup()
ResponsiveImageStyle::getBreakpointGroup in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Returns the breakpoint group for the responsive image style.

File

core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 77

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function getBreakpointGroup();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.