function text_install in Content Construction Kit (CCK) 6
Same name in this branch
- 6 examples/simple_field.php \text_install()
- 6 examples/example_field.php \text_install()
- 6 modules/text/text.install \text_install()
Same name and namespace in other branches
- 5 text.install \text_install()
- 6.3 modules/text/text.install \text_install()
- 6.2 modules/text/text.install \text_install()
Implementation of hook_install().
File
- examples/
example_field.php, line 36 - These hooks are defined by field modules, modules that define a new kind of field for insertion in a content type.
Code
function text_install() {
content_notify('install', 'text');
}