You are here

public function PictureMapping::getBreakpointGroup in Picture 7.2

Get the breakpoint group.

Return value

object The breakpoint group object.

3 calls to PictureMapping::getBreakpointGroup()
PictureMapping::export in includes/PictureMapping.php
Export this PictureMapping.
PictureMapping::setBreakpointGroup in includes/PictureMapping.php
Set the breakpoint group.
PictureMapping::__get in includes/PictureMapping.php
Is utilized for reading data from inaccessible properties.

File

includes/PictureMapping.php, line 322
Picture Mapping class.

Class

PictureMapping
Picture mapping class.

Code

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