function rotating_banner_defaults in Rotating Banner 7.2
Same name and namespace in other branches
- 7 rotating_banner.module \rotating_banner_defaults()
1 call to rotating_banner_defaults()
- rotating_banner_block_configure in ./
rotating_banner.module - Implements hook_block_configure().
File
- ./
rotating_banner.module, line 423
Code
function rotating_banner_defaults() {
return RotatingBanner::getDefaultSettings();
}