function NodeComplete::query

Overrides Node::query

File

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

Class

NodeComplete
Drupal 6 all node revisions source, including translation revisions.

Namespace

Drupal\node\Plugin\migrate\source\d6

Code

public function query() {
  $query = parent::query();
  $query->orderBy('nr.vid');
  return $query;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.