You are here

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

Ask this synchronization whether it supports the provided entity. Returns false if either the entity type is not known or the config handler is set to {

Return value

bool

See also

Flow::HANDLER_IGNORE}.

File

src/IFlowController.php, line 153

Class

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function supportsEntity(EntityInterface $entity);