taxonomy_orphanage.install in Taxonomy Orphanage 7
Installation, update, and uninstallation callbacks for taxonomy_orphanage.
File
taxonomy_orphanage.installView source
<?php
/**
* @file
* Installation, update, and uninstallation callbacks for taxonomy_orphanage.
*/
/**
* Implements hook_uninstall().
*/
function taxonomoy_orphanage_uninstall() {
variable_del('taxonomy_orphanage_cron_roundup');
variable_del('taxonomy_orphanage_cron_limit');
}
Functions
Name![]() |
Description |
---|---|
taxonomoy_orphanage_uninstall | Implements hook_uninstall(). |