function book_install

Implements hook_install().

File

modules/book/book.install, line 11

Code

function book_install() {
    // Add the node type.
    _book_install_type_create();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.