You are here

protected property EntityProcessorBase::$propertyIdsNotToExport in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Processors/Entity/EntityProcessorBase.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorBase::propertyIdsNotToExport
  2. 3.x src/Processors/Entity/EntityProcessorBase.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorBase::propertyIdsNotToExport

File

src/Processors/Entity/EntityProcessorBase.php, line 26

Class

EntityProcessorBase
The entity processor base.

Namespace

Drupal\content_synchronizer\Processors\Entity

Code

protected $propertyIdsNotToExport = [
  'status',
  'revision',
  'revision_timestamp',
  'revision_uid',
  'revision_log',
  'revision_translation_affected',
  'created',
  // 'uuid',.
  'id',
];