public function IFlowController::canPushEntityType in CMS Content Sync 2.1.x
Ask this Flow whether or not it can push the given entity type and optionally bundle.
Parameters
string $entity_type_name:
null|string $bundle_name:
string|string[] $reason:
string $action:
null|Pool $pool:
Return value
bool
File
- src/
IFlowController.php, line 70
Class
Namespace
Drupal\cms_content_syncCode
public function canPushEntityType($entity_type_name, $bundle_name, $reason, $action = SyncIntent::ACTION_CREATE, $pool = null);