function node_class_install in Node Class 7
Same name and namespace in other branches
- 6.2 node_class.install \node_class_install()
- 6 node_class.install \node_class_install()
File
- ./
node_class.install, line 35 - Install, update and uninstall functions for the block_class module.
Code
function node_class_install() {
drupal_set_message('Node Class was installed. Check README.txt before using the module');
}