constant Node::JOIN in Drupal 8
Same name in this branch
- 8 core/modules/node/src/Plugin/migrate/source/d6/Node.php \Drupal\node\Plugin\migrate\source\d6\Node::JOIN
- 8 core/modules/node/src/Plugin/migrate/source/d7/Node.php \Drupal\node\Plugin\migrate\source\d7\Node::JOIN
Same name and namespace in other branches
- 9 core/modules/node/src/Plugin/migrate/source/d7/Node.php \Drupal\node\Plugin\migrate\source\d7\Node::JOIN
The join options between the node and the node_revisions table.
File
- core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ Node.php, line 56
Class
- Node
- Drupal 7 node source from database.
Namespace
Drupal\node\Plugin\migrate\source\d7Code
const JOIN = 'n.vid = nr.vid';