You are here

function document_install in Document 6

Same name and namespace in other branches
  1. 7 document.install \document_install()
  2. 8.x document.install \document_install()

File

./document.install, line 7

Code

function document_install() {
  drupal_install_schema('document');

  //Create a vocabulary for documents.
  document_get_vocid();
}