constant Node::JOIN in Zircon Profile 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
- 8.0 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 26 - Contains \Drupal\node\Plugin\migrate\source\d7\Node.
Class
- Node
- Drupal 7 node source from database.
Namespace
Drupal\node\Plugin\migrate\source\d7Code
const JOIN = 'n.vid = nr.vid';