You are here

constant SupportTicket::JOIN_NODE_REVISION in Support Ticketing System 8

The join options between the node and the node_revisions table.

File

modules/support_ticket/src/Plugin/migrate/source/d6/SupportTicket.php, line 95
Contains \Drupal\support_ticket\Plugin\migrate\source\d6\SupportTicket.

Class

SupportTicket
Drupal 6 support ticket source from database.

Namespace

Drupal\support_ticket\Plugin\migrate\source\d6

Code

const JOIN_NODE_REVISION = 'n.vid = nr.vid';