You are here

function autotag_update_dependencies in Taxonomy Autotagger 8.3

Same name and namespace in other branches
  1. 7.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,
      ),
    ),
  );
}