You are here

public function OAuth2HTTPSFetcher::configDefaults in Feeds OAuth 7

Same name and namespace in other branches
  1. 6 OAuth2HTTPSFetcher.inc \OAuth2HTTPSFetcher::configDefaults()

Declare defaults.

Overrides OAuthHTTPFetcher::configDefaults

File

./OAuth2HTTPSFetcher.inc, line 16
Definition of the import batch object created on the fetching stage by OAuth2HTTPSFetcher.

Class

OAuth2HTTPSFetcher
Support OAuth 2.0 authentication.

Code

public function configDefaults() {
  return array(
    'scope' => '',
  ) + parent::configDefaults();
}