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\EntityCode
public function size() {
return $this->size;
}