EntityFieldQuery in Drupal 7 works strangely with taxonomy

后端 未结 0 1112
时光说笑
时光说笑 2020-12-04 04:42

I have the following code:

$term_id = intval(_get_term_from_name($country_name, \'CountryList\'));
$query = new EntityFieldQuery();

$query->entityConditio         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题