You are here

function BRANCH81_iframe_theme in Iframe 8

Implements hook_theme().

File

./iframe.module, line 69
Defines an iframe field with all attributes.

Code

function BRANCH81_iframe_theme() {
  return [
    'iframe' => [
      'variables' => [
        'src' => '',
        'attributes' => [],
        'text' => '',
        'style' => '',
      ],
    ],
  ];
}