You are here

public function Flow::v2Ready 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::v2Ready()

File

src/Entity/Flow.php, line 580

Class

Flow
Defines the "Content Sync - Flow" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public function v2Ready() {
  $status = $this
    ->getV2Status();
  return self::V2_STATUS_NONE != $status;
}