constant TermNodeRevision::JOIN in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNodeRevision::JOIN
- 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\d6Code
const JOIN = 'tn.nid = n.nid AND tn.vid != n.vid';