protected property SyncIntent::$pool in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::pool
- 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::pool
The synchronization this request spawned at @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
File
- src/
SyncIntent.php, line 63
Class
- SyncIntent
- Class SyncIntent.
Namespace
Drupal\cms_content_syncCode
protected $pool;