constant Upload::JOIN in Drupal 10
Same name and namespace in other branches
- 8 core/modules/file/src/Plugin/migrate/source/d6/Upload.php \Drupal\file\Plugin\migrate\source\d6\Upload::JOIN
- 9 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 21
Class
- Upload
- Drupal 6 upload source from database.
Namespace
Drupal\file\Plugin\migrate\source\d6Code
const JOIN = '[n].[nid] = [u].[nid] AND [n].[vid] = [u].[vid]';