You are here

public function FeedsOAIHTTPFetcher::configForm in Feeds OAI-PMH Fetcher and Parser 7

Same name and namespace in other branches
  1. 6 FeedsOAIHTTPFetcher.inc \FeedsOAIHTTPFetcher::configForm()

Add form options.

File

./FeedsOAIHTTPFetcher.inc, line 189

Class

FeedsOAIHTTPFetcher
Fetcher class for OAI-PMH repository webservices.

Code

public function configForm(&$form_state) {
  $form = array();

  // TODO: Specify metadata format here?
  return $form;
}