You are here

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

Gets the ad size or sizes.

Return value

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

Overrides TagInterface::size

File

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

Class

Tag
Defines the DFP Ad tag configuration entity class.

Namespace

Drupal\dfp\Entity

Code

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