Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Upload.php

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]';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal