public static function RemoteMappingInterface::loadByRemoteIdentifier

Loads remote mapping entities based on remote identifier.

Parameters

string $remote_identifier_1: Remote identifier 1.

string $remote_identifier_2: Remote identifier 2.

string $remote_identifier_3: Remote identifier 3.

Return value

static[] Array of TMGMTRemote entities.

1 method overrides RemoteMappingInterface::loadByRemoteIdentifier()
RemoteMapping::loadByRemoteIdentifier in src/Entity/RemoteMapping.php
Loads remote mapping entities based on remote identifier.

File

src/RemoteMappingInterface.php, line 142

Class

RemoteMappingInterface
Interface for the tmgmt_remote entity.

Namespace

Drupal\tmgmt

Code

public static function loadByRemoteIdentifier($remote_identifier_1 = NULL, $remote_identifier_2 = NULL, $remote_identifier_3 = NULL);