feeds_oai_pmh.install in Feeds OAI-PMH Fetcher and Parser 7
Same filename and directory in other branches
File
feeds_oai_pmh.installView 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
Name | Description |
---|---|
feeds_oai_pmh_install | Implementation of hook_install(). |
feeds_oai_pmh_uninstall | Implementation of hook_uninstall(). |