You are here

function feeds_oai_pmh_install in Feeds OAI-PMH Fetcher and Parser 7

Same name and namespace in other branches
  1. 6 feeds_oai_pmh.install \feeds_oai_pmh_install()

Implementation of hook_install().

File

./feeds_oai_pmh.install, line 6

Code

function feeds_oai_pmh_install() {

  // Create tables.
}