function book_install
Same name and namespace in other branches
- 6.x drupal-6.x/modules/book/book.install \book_install()
Implements hook_install().
Archivo
- drupal-7.x/
modules/ book/ book.install, line 11 - Install, update and uninstall functions for the book module.
Código
function book_install() {
// Add the node type.
_book_install_type_create();
}