You are here

function services_oauth_schema in Services 7.3

Same name and namespace in other branches
  1. 6.3 auth/services_oauth/services_oauth.install \services_oauth_schema()

Implements hook_schema().

File

auth/services_oauth/services_oauth.install, line 20

Code

function services_oauth_schema() {
  $schema = array();
  return $schema;
}