simpleads.module in SimpleAds 8
Same filename and directory in other branches
File
simpleads.moduleView source
<?php
use Drupal\Core\Url;
use Drupal\simpleads\SimpleAds;
/**
* Implements hook_theme().
*/
function simpleads_theme($existing, $type, $theme, $path) {
return [
'simpleads' => [
'variables' => [
'params' => [],
'title' => NULL,
'entity' => NULL,
'content' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
simpleads_theme | Implements hook_theme(). |