public function FlowControllerBase::__construct in CMS Content Sync 2.1.x
File
- src/
Controller/ FlowControllerBase.php, line 19
Class
Namespace
Drupal\cms_content_sync\ControllerCode
public function __construct(Flow $flow) {
$this->flow = $flow;
}