constant TermNodeRevision::JOIN in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNodeRevision::JOIN
The join options between the node and the term node table.
Overrides TermNode::JOIN
File
- core/
modules/ taxonomy/ src/ Plugin/ migrate/ source/ d6/ TermNodeRevision.php, line 18
Class
- TermNodeRevision
- Source returning tids from the term_node table for the non-current revision.
Namespace
Drupal\taxonomy\Plugin\migrate\source\d6Code
const JOIN = 'tn.nid = n.nid AND tn.vid != n.vid';