You are here

public function EntityProcessorInterface::getPropertiesIdsNotToExportList in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getPropertiesIdsNotToExportList()
  2. 3.x src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getPropertiesIdsNotToExportList()

Get the array of the property of the entity not to export :.

Return value

array The properties not to export.

1 method overrides EntityProcessorInterface::getPropertiesIdsNotToExportList()
EntityProcessorBase::getPropertiesIdsNotToExportList in src/Processors/Entity/EntityProcessorBase.php
Get the array of the property of the entity not to export.

File

src/Processors/Entity/EntityProcessorInterface.php, line 36

Class

EntityProcessorInterface
The Entity processor interface.

Namespace

Drupal\content_synchronizer\Processors\Entity

Code

public function getPropertiesIdsNotToExportList();