You are here

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

The variant. Simple is the new default, per-bundle is the old default for Flows created before v2.1. Simple offers only a handful of options and applies the same settings to all entity types whereas per-bundle mode allows for entity type based management of all configuration; so more complex but also more precise. Simple uses our new embed frontend, so has better UX whereas per-bundle uses clunky Drupal forms.

Type: string

File

src/Entity/Flow.php, line 107

Class

Flow
Defines the "Content Sync - Flow" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public $variant;