public function IFlowController::usesPool in CMS Content Sync 2.1.x
Check if the given pool is used by this Flow. If any handler set the flow as FORCE or ALLOW, this will return TRUE.
Parameters
Pool $pool:
Return value
bool
File
- src/
IFlowController.php, line 130
Class
Namespace
Drupal\cms_content_syncCode
public function usesPool($pool);