You are here

public function SyncIntent::getFlow in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getFlow()
  2. 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getFlow()

Return value

\Drupal\cms_content_sync\Entity\Flow

File

src/SyncIntent.php, line 154

Class

SyncIntent
Class SyncIntent.

Namespace

Drupal\cms_content_sync

Code

public function getFlow() {
  return $this->flow;
}