intelligencebank-8.x-2.x-dev/ib_dam.module
ib_dam.module
<?php
/**
* @file
* Intelligence DAM primary module file.
*/
/**
* Implements hook_theme().
*/
function ib_dam_theme() {
return [
'ib_dam_embed_playable_resource' => [
'variables' => [
'resource_type' => NULL,
'url' => NULL,
'title' => NULL,
'mimetype' => NULL,
'attributes' => NULL,
],
],
];
}
