public function SimpleAdsTypeBase::render in SimpleAds 8
Render an ad.
Return value
string
Overrides SimpleAdsTypeInterface::render
2 methods override SimpleAdsTypeBase::render()
- Image::render in src/Plugin/ SimpleAds/ Type/ Image.php 
- Render an ad.
- Text::render in src/Plugin/ SimpleAds/ Type/ Text.php 
- Render an ad.
File
- src/SimpleAdsTypeBase.php, line 40 
Class
Namespace
Drupal\simpleadsCode
public function render() {
}