You are here

constant FEEDS_TAXONOMY_SEARCH_TERM_NAME in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 mappers/taxonomy.inc \FEEDS_TAXONOMY_SEARCH_TERM_NAME

Search by term name.

5 uses of FEEDS_TAXONOMY_SEARCH_TERM_NAME
FeedsMapperTaxonomyTestCase::testAllowedVocabularies in tests/feeds_mapper_taxonomy.test
Tests that only term references are added from allowed vocabularies.
FeedsMapperTaxonomyTestCase::testAutoCreateUpdatesAllCaches in tests/feeds_mapper_taxonomy.test
Tests how term caching works across multiple term reference fields.
FeedsMapperTaxonomyTestCase::testTermAccess in tests/feeds_mapper_taxonomy.test
Tests if terms can be mapped when term access modules are enabled.
taxonomy_feeds_form_callback in mappers/taxonomy.inc
Settings form callback.
taxonomy_feeds_set_target in mappers/taxonomy.inc
Callback for mapping taxonomy terms.

File

mappers/taxonomy.inc, line 11
On behalf implementation of Feeds mapping API for taxonomy.module.

Code

define('FEEDS_TAXONOMY_SEARCH_TERM_NAME', 0);