public function Flow::v2Ready in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 2.1.x src/Entity/Flow.php \Drupal\cms_content_sync\Entity\Flow::v2Ready()
File
- src/
Entity/ Flow.php, line 1213
Class
- Flow
- Defines the "Content Sync - Flow" entity.
Namespace
Drupal\cms_content_sync\EntityCode
public function v2Ready() {
$status = $this
->getV2Status();
return self::V2_STATUS_NONE != $status;
}