constant TermNode::JOIN in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::JOIN
- 9 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 43
Class
- TermNode
- Drupal 6 term/node relationships (current revision) source from database.
Namespace
Drupal\taxonomy\Plugin\migrate\source\d6Code
const JOIN = '[tn].[vid] = [n].[vid]';