You are here

public function IFlowController::getUsedPoolsForPulling in CMS Content Sync 2.1.x

Get a list of all pools that are used for pushing this entity, either automatically or manually selected.

Parameters

string $entity_type:

string $bundle:

Return value

Pool[]

File

src/IFlowController.php, line 113

Class

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function getUsedPoolsForPulling($entity_type, $bundle);