You are here

constant FieldablePanelsPaneRevision::JOIN in Fieldable Panels Panes (FPP) 1.0.x

JOIN addendum.

The join options between the fieldable_panels_panes and the fieldable_panels_panes_revision table.

Overrides FieldablePanelsPane::JOIN

File

src/Plugin/migrate/source/d7/FieldablePanelsPaneRevision.php, line 21

Class

FieldablePanelsPaneRevision
Drupal 7 node revision source from database.

Namespace

Drupal\fieldable_panels_panes\Plugin\migrate\source\d7

Code

const JOIN = 'fpp.fpid = fppr.fpid AND fpp.vid <> fppr.vid';