You are here

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

Ask this Flow whether or not it can push the provided entity.

Parameters

string $entity_type_name:

string $bundle_name:

string $reason:

string $action:

bool $strict: If asking for DEPENDENCY as a $reason, then $strict will NOT include a Flow that pulls AUTOMATICALLY

Return value

bool

File

src/IFlowController.php, line 144

Class

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function canPullEntity($entity_type_name, $bundle_name, $reason, $action = SyncIntent::ACTION_CREATE, $strict = false);