Paragraphs Item Revision source plugin.
Available configuration keys:
@MigrateSource(
id = "d7_paragraphs_item_revision",
source_module = "paragraphs",
)
Expanded class hierarchy of ParagraphsItemRevision
class ParagraphsItemRevision extends ParagraphsItem {
/**
* {@inheritdoc}
*/
const JOIN = "p.item_id=pr.item_id AND p.revision_id <> pr.revision_id";
/**
* {@inheritdoc}
*/
const PARENT_FIELD_TABLE_PREFIX = 'field_revision_';
/**
* {@inheritdoc}
*/
public function getIds() {
return [
'revision_id' => [
'type' => 'integer',
'alias' => 'pr',
],
];
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FieldableEntity:: |
public | function | ||
FieldableEntity:: |
public | function | ||
FieldableEntity:: |
public | function | ||
ParagraphsItem:: |
public | function |
Overrides FieldableEntity:: |
|
ParagraphsItem:: |
public | function | ||
ParagraphsItem:: |
public | function | ||
ParagraphsItem:: |
public | function | ||
ParagraphsItemRevision:: |
public | function |
Overrides ParagraphsItem:: |
|
ParagraphsItemRevision:: |
constant |
Join string for getting current revisions. Overrides ParagraphsItem:: |
||
ParagraphsItemRevision:: |
constant |
The prefix of the field table that contains the entity properties. Overrides ParagraphsItem:: |