function autotag_update_dependencies in Taxonomy Autotagger 7.3
Same name and namespace in other branches
- 8.3 autotag.module \autotag_update_dependencies()
Implements hook_update_dependencies()
File
- ./
autotag.module, line 177 - Implements the API on tag suggestion/autotagging modules as outlined at http://groups.drupal.org/node/100179
Code
function autotag_update_dependencies() {
return array(
'autotag' => array(
7001 => array(
'tagtag' => 7001,
),
),
);
}