You are here

public function SimpleAdsTypeBase::theme in SimpleAds 8

Theme function for the ad.

Return value

array

Overrides SimpleAdsTypeInterface::theme

2 methods override SimpleAdsTypeBase::theme()
Image::theme in src/Plugin/SimpleAds/Type/Image.php
Theme function for the ad.
Text::theme in src/Plugin/SimpleAds/Type/Text.php
Theme function for the ad.

File

src/SimpleAdsTypeBase.php, line 36

Class

SimpleAdsTypeBase

Namespace

Drupal\simpleads

Code

public function theme() {
}