You are here

function responsive_preview_schema in Responsive Theme Preview 7

Implements hook_schema().

File

./responsive_preview.install, line 10
responsive_preview.install

Code

function responsive_preview_schema() {
  $schema['responsive_preview'] = _responsive_preview_get_schema();
  return $schema;
}