taxonomy_access_fix.install in Taxonomy access fix 8.3
Same filename and directory in other branches
Install, uninstall and update hooks for taxonomy_access_fix module.
File
taxonomy_access_fix.installView source
<?php
/**
* @file
* Install, uninstall and update hooks for taxonomy_access_fix module.
*/
/**
* Implements hook_update_last_removed().
*/
function taxonomy_access_fix_update_last_removed() {
return 8202;
}
Functions
Name | Description |
---|---|
taxonomy_access_fix_update_last_removed | Implements hook_update_last_removed(). |