You are here

public function Flow::getV2Status in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 2.0.x src/Entity/Flow.php \Drupal\cms_content_sync\Entity\Flow::getV2Status()
2 calls to Flow::getV2Status()
Flow::useV2 in src/Entity/Flow.php
Flow::v2Ready in src/Entity/Flow.php

File

src/Entity/Flow.php, line 587

Class

Flow
Defines the "Content Sync - Flow" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public function getV2Status() {
  return Migration::getFlowStatus($this);
}