TermNode::JOIN

Same name in other branches
  1. 9 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::JOIN
  2. 10 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::JOIN
  3. 11.x core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::JOIN

The join options between the node and the term node table.

File

core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php, line 21

Class

TermNode
Source returning tids from the term_node table for the current revision.

Namespace

Drupal\taxonomy\Plugin\migrate\source\d6

Code

const JOIN = 'tn.vid = n.vid';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.