You are here

public function EntityProcessorBase::setEntityType 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::setEntityType()
  2. 3.x src/Processors/Entity/EntityProcessorBase.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorBase::setEntityType()

Set the current entity type.

File

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

Class

EntityProcessorBase
The entity processor base.

Namespace

Drupal\content_synchronizer\Processors\Entity

Code

public function setEntityType($entityType) {
  $this->entityType = $entityType;
}