Same name and namespace in other branches
  1. 7.x-2.x colorbox.module \colorbox_gallery_exists() 1 comment

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

Code

function colorbox_gallery_exists() {
    return FALSE;
}