public function IFlowController::getEntityTypeHandler in CMS Content Sync 2.1.x
The the entity type handler for the given config.
Parameters
$config: {@see Flow::getEntityTypeConfig()}
Return value
\Drupal\cms_content_sync\Plugin\EntityHandlerInterface
File
- src/
IFlowController.php, line 163
Class
Namespace
Drupal\cms_content_syncCode
public function getEntityTypeHandler(string $entity_type_name, string $bundle_name, $config);