You are here

constant NODE_GALLERY_DEFAULT_IMAGE_TYPE in Node Gallery 6.3

4 uses of NODE_GALLERY_DEFAULT_IMAGE_TYPE
node_gallery_install_cck_type in ./node_gallery.install
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 10
Install, update and uninstall functions for the node_gallery module.

Code

define('NODE_GALLERY_DEFAULT_IMAGE_TYPE', 'node_gallery_image');