delete_orphaned_terms.install in Delete Orphaned Terms 6
Same filename and directory in other branches
File
delete_orphaned_terms.installView source
<?php
/**
* @file
*/
/**
* Implementation of hook_install()
*/
function delete_orphaned_terms_install() {
}
/**
* Implementation of hook_uninstall()
*/
function delete_orphaned_terms_uninstall() {
}
Functions
Name![]() |
Description |
---|---|
delete_orphaned_terms_install | Implementation of hook_install() |
delete_orphaned_terms_uninstall | Implementation of hook_uninstall() |