function computed_field_install in Computed Field 6
Same name and namespace in other branches
- 5 computed_field.install \computed_field_install()
Implementation of hook_install().
File
- ./
computed_field.install, line 6
Code
function computed_field_install() {
drupal_load('module', 'content');
content_notify('install', 'computed_field');
}