You are here

constant NODE_GALLERY_DEFAULT_GALLERY_TYPE in Node Gallery 6.3

Same name and namespace in other branches
  1. 7 node_gallery.install \NODE_GALLERY_DEFAULT_GALLERY_TYPE

@file Install, update and uninstall functions for the node_gallery module.

4 uses of NODE_GALLERY_DEFAULT_GALLERY_TYPE
node_gallery_enable in ./node_gallery.install
Create default settings when the module is enabled.
node_gallery_install_default_settings in ./node_gallery.install
Write the default relationship to the database. This function cannot be called from hook_install, because Drupal will not know the schema of a module that has not yet been installed!
node_gallery_setup_content_types in ./node_gallery.install
node_gallery_uninstall in ./node_gallery.install
Implements hook_uninstall()

File

./node_gallery.install, line 9
Install, update and uninstall functions for the node_gallery module.

Code

define('NODE_GALLERY_DEFAULT_GALLERY_TYPE', 'node_gallery_gallery');