You are here

protected function RotatingBanner::dbFields in Rotating Banner 7.2

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

File

./rotating_banner.classes.inc, line 140

Class

RotatingBanner

Code

protected function dbFields() {
  return array(
    'title',
    'machine_name',
    'settings',
  );
}