You are here

protected property SyncIntent::$pool in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::pool
  2. 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::pool

@var Pool @var string entity type of the processed entity @var string bundle of the processed entity @var string UUID of the processed entity @var array the field values for the untranslated entity @var array The entities that should be processed along with this entity. Each entry is an array consisting of all SyncIntent::_*KEY entries. @var string the currently active language @var array the field values for the translation of the entity per language as key

Type: \Drupal\cms_content_sync\Entity\Flow the synchronization this request spawned at

File

src/SyncIntent.php, line 63

Class

SyncIntent
Class SyncIntent.

Namespace

Drupal\cms_content_sync

Code

protected $pool;