You are here

public function FlowControllerBase::__construct in CMS Content Sync 2.1.x

File

src/Controller/FlowControllerBase.php, line 19

Class

FlowControllerBase

Namespace

Drupal\cms_content_sync\Controller

Code

public function __construct(Flow $flow) {
  $this->flow = $flow;
}