You are here

protected property FlowControllerSimple::$virtual in CMS Content Sync 2.1.x

A virtual Flow is not saved to the database and only used temporarily, e.g. to serialize an entity at the SyncCoreEntityItemResource that is used by the embed service, e.g. to get taxonomy terms for the flow form to use the "subscribe only to" option.

Type: boolean

File

src/Controller/FlowControllerSimple.php, line 31

Class

FlowControllerSimple

Namespace

Drupal\cms_content_sync\Controller

Code

protected $virtual = false;