function media_entity_pinterest_theme in Media entity Pinterest 8
Same name and namespace in other branches
- 8.2 media_entity_pinterest.module \media_entity_pinterest_theme()
Implements hook_theme().
File
- ./
media_entity_pinterest.module, line 27 - Hook implementations for media_entity_pinterest module.
Code
function media_entity_pinterest_theme() {
return [
'media_entity_pinterest_board' => [
'variables' => [
'path' => NULL,
'attributes' => [],
],
],
'media_entity_pinterest_board_section' => [
'variables' => [
'path' => NULL,
'attributes' => [],
],
],
'media_entity_pinterest_pin' => [
'variables' => [
'path' => NULL,
'attributes' => [],
],
],
'media_entity_pinterest_profile' => [
'variables' => [
'path' => NULL,
'attributes' => [],
],
],
];
}