function image_install in Image 7
Same name and namespace in other branches
- 5.2 image.install \image_install()
- 5 image.install \image_install()
- 6 image.install \image_install()
Implementation of hook_install().
File
- ./
image.install, line 43
Code
function image_install() {
drupal_install_schema('image');
// Set reasonable default node options (not promoted to front page).
variable_set('node_options_image', array(
'status',
));
}