You are here

http_client_oauth.module in Http Client 6.2

File

http_client_oauth.module
View source
<?php

/**
 * Implementation hook_autoload_info().
 */
function http_client_oauth_autoload_info() {
  return array(
    'HttpClientOAuth' => array(
      'file' => 'includes/HttpClientOAuth.inc',
    ),
  );
}

/**
 * Implementation of hook_enable().
 */
function http_client_oauth_enable() {
  autoload_flush_caches();
}

Functions

Namesort descending Description
http_client_oauth_autoload_info Implementation hook_autoload_info().
http_client_oauth_enable Implementation of hook_enable().