node_example_install

Versions
5 – 7
node_example_install()

Implementation of hook_install().

Code

developer/examples/node_example.install, line 6

<?php
function node_example_install() {
  drupal_install_schema('node_example');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.