function document_node_info in Document 6
Same name and namespace in other branches
- 7 document.module \document_node_info()
- 8.x document.module \document_node_info()
File
- ./
document.module, line 60
Code
function document_node_info() {
return array(
'document' => array(
'name' => t('Document'),
'module' => 'document',
'body_label' => 'Abstract',
'description' => t('Upload new document. Please note that the document would be would be visible after administrators have published it.'),
),
);
}