link_iframe_formatter.module in Link iframe formatter 8
Same filename and directory in other branches
Contains main module functions.
File
link_iframe_formatter.moduleView source
<?php
/**
* @file
* Contains main module functions.
*/
/**
* Implements hook_theme().
*/
function link_iframe_formatter_theme() {
return [
'link_iframe_formatter' => [
'variables' => [
'url' => NULL,
'width' => NULL,
'height' => NULL,
'class' => NULL,
'original' => NULL,
'path' => NULL,
],
'template' => 'link-iframe-formatter',
],
];
}
Functions
Name | Description |
---|---|
link_iframe_formatter_theme | Implements hook_theme(). |