You are here

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

Gets the type of ads displayed when AdSense ads are used for backfill.

Return value

string The type of ads displayed when AdSense ads are used for backfill.

File

src/View/TagView.php, line 360
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 getAdsenseAdTypes() {
  return $this->tag
    ->adsenseAdTypes();
}