public static function RemoteMappingInterface::loadByLocalData in Translation Management Tool 8
Loads remote mappings based on local data.
Parameters
int $tjid: Translation job id.
int $tjiid: Translation job item id.
int $data_item_key: Data item key.
Return value
static[] Array of TMGMTRemote entities.
1 method overrides RemoteMappingInterface::loadByLocalData()
- RemoteMapping::loadByLocalData in src/
Entity/ RemoteMapping.php - Loads remote mappings based on local data.
File
- src/
RemoteMappingInterface.php, line 127
Class
- RemoteMappingInterface
- Interface for the tmgmt_remote entity.
Namespace
Drupal\tmgmtCode
public static function loadByLocalData($tjid = NULL, $tjiid = NULL, $data_item_key = NULL);