You are here

public function SyncIntent::getPool in CMS Content Sync 2.1.x

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

Return value

\Drupal\cms_content_sync\Entity\Pool

File

src/SyncIntent.php, line 162

Class

SyncIntent
Class SyncIntent.

Namespace

Drupal\cms_content_sync

Code

public function getPool() {
  return $this->pool;
}