You are here

function book_install in Drupal 7

Same name and namespace in other branches
  1. 5 modules/book/book.install \book_install()
  2. 6 modules/book/book.install \book_install()

Implements hook_install().

File

modules/book/book.install, line 11
Install, update and uninstall functions for the book module.

Code

function book_install() {

  // Add the node type.
  _book_install_type_create();
}