You are here

function rotating_banner_load in Rotating Banner 7

Same name and namespace in other branches
  1. 7.2 rotating_banner.module \rotating_banner_load()
3 calls to rotating_banner_load()
rotating_banner_block_configure in ./rotating_banner.module
Implements hook_block_configure().
rotating_banner_block_view in ./rotating_banner.module
Implements hook_block_view().
rotating_banner_slide_edit in ./rotating_banner.admin.inc

File

./rotating_banner.module, line 68

Code

function rotating_banner_load($rbid) {
  return RotatingBanner::get($rbid);
}