node_access_example_install

Definition

node_access_example_install()
developer/examples/node_access_example.install, line 6

Description

Implementation of hook_install().

Code

<?php
function node_access_example_install() {
  drupal_install_schema('node_access_example');
}
?>
 
 

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.