1 book.install | book_install() |
Implements hook_install().
File
- core/
modules/ book/ book.install, line 10 - Install, update and uninstall functions for the book module.
Code
function book_install() {
// Add the node type.
_book_install_type_create();
}