You are here

constant TermNodeRevision::JOIN in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNodeRevision::JOIN
  2. 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 24

Class

TermNodeRevision
Drupal 6 term/node relationships (non-current revision) source from database.

Namespace

Drupal\taxonomy\Plugin\migrate\source\d6

Code

const JOIN = 'tn.nid = n.nid AND tn.vid != n.vid';