Upload::JOIN

Same name in other branches
  1. 8.9.x core/modules/file/src/Plugin/migrate/source/d6/Upload.php \Drupal\file\Plugin\migrate\source\d6\Upload::JOIN
  2. 10 core/modules/file/src/Plugin/migrate/source/d6/Upload.php \Drupal\file\Plugin\migrate\source\d6\Upload::JOIN
  3. 11.x core/modules/file/src/Plugin/migrate/source/d6/Upload.php \Drupal\file\Plugin\migrate\source\d6\Upload::JOIN

The join options between the node and the upload table.

File

core/modules/file/src/Plugin/migrate/source/d6/Upload.php, line 26

Class

Upload
Drupal 6 upload source from database.

Namespace

Drupal\file\Plugin\migrate\source\d6

Code

const JOIN = '[n].[nid] = [u].[nid] AND [n].[vid] = [u].[vid]';

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