You are here

function text_install in Content Construction Kit (CCK) 6

Same name in this branch
  1. 6 examples/simple_field.php \text_install()
  2. 6 examples/example_field.php \text_install()
  3. 6 modules/text/text.install \text_install()
Same name and namespace in other branches
  1. 5 text.install \text_install()
  2. 6.3 modules/text/text.install \text_install()
  3. 6.2 modules/text/text.install \text_install()

Implementation of hook_install().

File

examples/simple_field.php, line 44
SIMPLE EXAMPLE. This is similar to to example_field but creates only a single widget formatted in the traditional manner, not using hook_elements. This example also omits all optional parts of the field module to create a simpler example for…

Code

function text_install() {
  content_notify('install', 'text');
}