You are here

function _biblio_feeds_set__keyword_target in Bibliography Module 7.2

Same name and namespace in other branches
  1. 7 includes/biblio.feeds.inc \_biblio_feeds_set__keyword_target()
1 string reference to '_biblio_feeds_set__keyword_target'
_biblio_feeds_processor_targets_alter in includes/biblio.feeds.inc

File

includes/biblio.feeds.inc, line 65

Code

function _biblio_feeds_set__keyword_target($source, $entity, $target, $value) {
  if (!empty($value)) {
    $entity->biblio_keywords = $value;
  }
}