function document_theme in Document 8.x
Same name and namespace in other branches
- 6 document.module \document_theme()
- 7 document.module \document_theme()
Implementation of hook_theme().
File
- ./
document.module, line 479
Code
function document_theme($existing, $type, $theme, $path) {
return array(
'document_info' => array(
'arguments' => array(
'node' => NULL,
),
),
);
}