You are here

public function TagInterface::size in Doubleclick for Publishers (DFP) 8

Gets the ad size or sizes.

Return value

string The ad size or sizes. Example: 300x600,300x250.

1 method overrides TagInterface::size()
Tag::size in src/Entity/Tag.php
Gets the ad size or sizes.

File

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

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function size();