Overrides ResponsiveImageStyleInterface::getImageStyleMapping
public function getImageStyleMapping($breakpoint_id, $multiplier) { $map = $this->getKeyedImageStyleMappings(); if (isset($map[$breakpoint_id][$multiplier])) { return $map[$breakpoint_id][$multiplier]; } }