public function ContentAdBase::getFormat in Google AdSense integration 8
Gets the ad format.
Return value
string This ad's format.
File
- src/
ContentAdBase.php, line 38
Class
- ContentAdBase
- Base class for content AdsenseAd plugins.
Namespace
Drupal\adsenseCode
public function getFormat() {
return $this->format;
}