You are here

public function Tag::breakpoints in Doubleclick for Publishers (DFP) 8

Gets the breakpoints.

Return value

array[] Each value is a array containing two keys: 'browser_size' and 'ad_sizes'. The 'browser_size' is a value such as '1024x768'. The 'ad_sizes' value contains a list of ad sizes to be be used at this 'browser_size'.

Overrides TagInterface::breakpoints

File

src/Entity/Tag.php, line 203
Contains \Drupal\dfp\Entity\Tag.

Class

Tag
Defines the DFP Ad tag configuration entity class.

Namespace

Drupal\dfp\Entity

Code

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