public function RemoteManagerInterface::getfieldMappings in Entity Share 8.3
Get the field mappings of a remote website.
Parameters
\Drupal\entity_share_client\Entity\RemoteInterface $remote: The remote website on which to get the field mappings.
Return value
array Field mappings as returned by entity_share_server entry point.
1 method overrides RemoteManagerInterface::getfieldMappings()
- RemoteManager::getfieldMappings in modules/
entity_share_client/ src/ Service/ RemoteManager.php - Get the field mappings of a remote website.
File
- modules/
entity_share_client/ src/ Service/ RemoteManagerInterface.php, line 72
Class
- RemoteManagerInterface
- Remote manager interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function getfieldMappings(RemoteInterface $remote);