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

Breadcrumb

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

NodeComplete::JOIN

Same name in this branch
  1. 11.1.x core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php \Drupal\node\Plugin\migrate\source\d7\NodeComplete::JOIN

The join options between the node and the node_revisions_table.

Overrides NodeRevision::JOIN

File

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

Class

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

Namespace

Drupal\node\Plugin\migrate\source\d6

Code

const JOIN = 'n.nid = nr.nid';

API Navigation

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