You are here

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

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function usesPool($pool);