You are here

protected property TypeProcessorBase::$pluginManager in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Processors/Type/TypeProcessorBase.php \Drupal\content_synchronizer\Processors\Type\TypeProcessorBase::pluginManager
  2. 3.x src/Processors/Type/TypeProcessorBase.php \Drupal\content_synchronizer\Processors\Type\TypeProcessorBase::pluginManager

The entity processor plugin manager.

Type: \Drupal\content_synchronizer\Processors\Entity\EntityProcessorPluginManager

File

src/Processors/Type/TypeProcessorBase.php, line 21

Class

TypeProcessorBase
The type processor Base.

Namespace

Drupal\content_synchronizer\Processors\Type

Code

protected $pluginManager;