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
Namespace
Drupal\cms_content_syncCode
public function getUsedPoolsForPulling($entity_type, $bundle);