NodeRevision::JOIN
The join options between the node and the node_revisions_table.
Overrides Node::JOIN
File
-
core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ NodeRevision.php, line 23
Class
- NodeRevision
- Drupal 7 node revision source from database.
Namespace
Drupal\node\Plugin\migrate\source\d7Code
const JOIN = 'n.nid = nr.nid AND n.vid <> nr.vid';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.