You are here

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

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

File

src/Entity/Pool.php, line 533

Class

Pool
Defines the "Content Sync - Pool" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

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