function hook_theme in Filebrowser 6.2
hook_theme implementation.
1 function implements hook_theme()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- filebrowser_theme in ./
filebrowser.module - Implementation of hook_theme().
File
- ./
filebrowser.api.php, line 149 - hook_filebrowser_metadata_get implementation. the filebrowser file object to extract metadata from
Code
function hook_theme() {
return array(
'hook_view' => array(
'arguments' => array(
'node' => NULL,
),
'template' => 'hook_view',
),
);
}