public function IFlowController::getFieldHandler in CMS Content Sync 2.1.x
Get the correct field handler instance for this entity type and field config.
Parameters
$entity_type_name:
$bundle_name:
$field_name:
Return value
\Drupal\cms_content_sync\Plugin\FieldHandlerInterface
File
- src/
IFlowController.php, line 175
Class
Namespace
Drupal\cms_content_syncCode
public function getFieldHandler($entity_type_name, $bundle_name, $field_name);