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.
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\EntityCode
public function size();