You are here

public function Image::theme in SimpleAds 8

Theme function for the ad.

Return value

array

Overrides SimpleAdsTypeBase::theme

File

src/Plugin/SimpleAds/Type/Image.php, line 76

Class

Image
Image Ad type.

Namespace

Drupal\simpleads\Plugin\SimpleAds\Type

Code

public function theme() {
  return [
    'image.simpleads' => [
      'variables' => [],
    ],
  ];
}