You are here

public property Flow::$sync_entities in CMS Content Sync 2.1.x

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

Old way to store settings. This is automatically migrated to be stored in the new `$per_bundle_settings` property instead by `cms_content_sync_update_8021`.

Type: array

File

src/Entity/Flow.php, line 160

Class

Flow
Defines the "Content Sync - Flow" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public $sync_entities;