You are here

protected function RotatingBannerSlide::dbFields in Rotating Banner 7

Same name and namespace in other branches
  1. 7.2 rotating_banner.classes.inc \RotatingBannerSlide::dbFields()
1 call to RotatingBannerSlide::dbFields()
RotatingBannerSlide::save in ./rotating_banner.classes.inc

File

./rotating_banner.classes.inc, line 18

Class

RotatingBannerSlide

Code

protected function dbFields() {
  return array(
    'rbid',
    'weight',
    'fid',
    'link',
    'layout',
    'textboxes',
  );
}