You are here

public function TagView::getRawSize in Doubleclick for Publishers (DFP) 8

Gets the raw size from the DFP tag.

Return value

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

1 call to TagView::getRawSize()
TagView::getShortTagQueryString in src/View/TagView.php
Gets the short tag query string.

File

src/View/TagView.php, line 156
Contains \Drupal\dfp\View\TagView.

Class

TagView
A value object to combine a DFP tag with global settings for display.

Namespace

Drupal\dfp\View

Code

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