You are here

function colorbox_gallery_exists in Colorbox 7

Same name and namespace in other branches
  1. 7.2 colorbox.module \colorbox_gallery_exists()

Machine names normally need to be unique but that does not apply to galleries.

Return value

Always FALSE

1 string reference to 'colorbox_gallery_exists'
colorbox_field_formatter_settings_form in ./colorbox.module
Implements hook_field_formatter_settings_form().

File

./colorbox.module, line 640
A light-weight, customizable lightbox plugin for jQuery 1.3

Code

function colorbox_gallery_exists() {
  return FALSE;
}