You are here

public function TagInterface::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'.

1 method overrides TagInterface::breakpoints()
Tag::breakpoints in src/Entity/Tag.php
Gets the breakpoints.

File

src/Entity/TagInterface.php, line 129
Contains \Drupal\dfp\Entity\TagInterface.

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function breakpoints();