You are here

public function AdsenseAdInterface::getAdPlaceholder in Google AdSense integration 8

Return the ad placeholder.

Return value

array ad placeholder

1 call to AdsenseAdInterface::getAdPlaceholder()
AdsenseAdBase::display in src/AdsenseAdBase.php
Display ad HTML.
5 methods override AdsenseAdInterface::getAdPlaceholder()
CustomSearchAd::getAdPlaceholder in src/Plugin/AdsenseAd/CustomSearchAd.php
Return the ad placeholder.
CustomSearchV2Ad::getAdPlaceholder in src/Plugin/AdsenseAd/CustomSearchV2Ad.php
Return the ad placeholder.
ManagedAd::getAdPlaceholder in src/Plugin/AdsenseAd/ManagedAd.php
Return the ad placeholder.
OldCodeAd::getAdPlaceholder in oldcode/src/Plugin/AdsenseAd/OldCodeAd.php
Return the ad placeholder.
OldSearchAd::getAdPlaceholder in oldcode/src/Plugin/AdsenseAd/OldSearchAd.php
Return the ad placeholder.

File

src/AdsenseAdInterface.php, line 40

Class

AdsenseAdInterface
Defines an interface for the adsense ad plugins.

Namespace

Drupal\adsense

Code

public function getAdPlaceholder();