You are here

term_merge.inc in Term Merge 7

File

plugins/behavior/term_merge.inc
View source
<?php

/**
 * @file
 * Plugin definition for term merge synonyms behavior.
 */
$plugin = array(
  'title' => t('Term merge'),
  'description' => t('Merge a term into a field of another.'),
  'interface' => 'TermMergeSynonymsBehavior',
);