You are here

function document_node_info in Document 6

Same name and namespace in other branches
  1. 7 document.module \document_node_info()
  2. 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.'),
    ),
  );
}