You are here

public function SimpleFlowSetupHelper::save in CMS Content Sync 2.1.x

File

src/Helper/SimpleFlowSetupHelper.php, line 17

Class

SimpleFlowSetupHelper

Namespace

Drupal\cms_content_sync\Helper

Code

public function save() {
  $this->flow
    ->save();
  return $this;
}