function scald_gallery_scald_atom_providers in Scald: Gallery 7
Same name and namespace in other branches
- 7.2 scald_gallery.module \scald_gallery_scald_atom_providers()
Implements hook_scald_atom_providers().
File
- ./
scald_gallery.module, line 26 - Scald Gallery is a Scald Atom Provider for image galleries.
Code
function scald_gallery_scald_atom_providers() {
return array(
'gallery' => 'Gallery items upload',
);
// This code will never be hit, but is necessary to mark the string
// for translation on localize.d.o
t('Gallery items upload');
}