You are here

function shareaholic_schema in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same name and namespace in other branches
  1. 7.3 shareaholic.install \shareaholic_schema()

Implements hook_schema(). Defines the shareaholic_content_settings schema

File

./shareaholic.install, line 68

Code

function shareaholic_schema() {
  return ShareaholicContentSettings::schema();
}