You are here

public function RuntimeImportContext::getFieldMappings in Entity Share 8.3

Getter.

Return value

array The remote field mappings.

File

modules/entity_share_client/src/RuntimeImportContext.php, line 262

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function getFieldMappings() : array {
  return $this->fieldMappings;
}