synonyms.inc 309 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Plugin definition for most general synonyms behavior.
  5. */
  6. $plugin = array(
  7. 'title' => t('Include into term synonyms'),
  8. 'description' => t('Basic behavior that includes values of this field into the list of synonyms of its entity.'),
  9. 'interface' => 'SynonymsSynonymsBehavior',
  10. );