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

Breadcrumb

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

NodeRevision::JOIN

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

The join options between the node and the node_revisions_table.

Overrides Node::JOIN

File

core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php, line 25

Class

NodeRevision
Drupal 6 node revision source from database.

Namespace

Drupal\node\Plugin\migrate\source\d6

Code

const JOIN = 'n.nid = nr.nid AND n.vid <> nr.vid';

API Navigation

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