You are here

constant Node::JOIN in Drupal 8

Same name in this branch
  1. 8 core/modules/node/src/Plugin/migrate/source/d6/Node.php \Drupal\node\Plugin\migrate\source\d6\Node::JOIN
  2. 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
  1. 9 core/modules/node/src/Plugin/migrate/source/d6/Node.php \Drupal\node\Plugin\migrate\source\d6\Node::JOIN

The join options between the node and the node_revisions table.

File

core/modules/node/src/Plugin/migrate/source/d6/Node.php, line 28

Class

Node
Drupal 6 node source from database.

Namespace

Drupal\node\Plugin\migrate\source\d6

Code

const JOIN = 'n.vid = nr.vid';