public static function RemoteMappingInterface::loadByLocalData

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\tmgmt

Code

public static function loadByLocalData($tjid = NULL, $tjiid = NULL, $data_item_key = NULL);