book_install()
Implementation of hook_install().
modules/book/book.install, line 7
<?php function book_install() { // Create tables. drupal_install_schema('book'); // Add the node type. _book_install_type_create(); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen