You are here

feeds_oai_pmh.install in Feeds OAI-PMH Fetcher and Parser 6

Same filename and directory in other branches
  1. 7 feeds_oai_pmh.install

File

feeds_oai_pmh.install
View source
<?php

/**
 * Implementation of hook_install().
 */
function feeds_oai_pmh_install() {

  // Create tables.
}

/**
 * Implementation of hook_uninstall().
 */
function feeds_oai_pmh_uninstall() {

  // Remove tables.
}

Functions

Namesort descending Description
feeds_oai_pmh_install Implementation of hook_install().
feeds_oai_pmh_uninstall Implementation of hook_uninstall().