public function Text::theme in SimpleAds 8
Theme function for the ad.
Return value
array
Overrides SimpleAdsTypeBase::theme
File
- src/
Plugin/ SimpleAds/ Type/ Text.php, line 57
Class
- Text
- Text Ad type.
Namespace
Drupal\simpleads\Plugin\SimpleAds\TypeCode
public function theme() {
return [
'text.simpleads' => [
'variables' => [],
],
];
}