You are here

public function ImportContext::getRemoteId in Entity Share 8.3

Get remote ID.

Return value

string The remote ID.

File

modules/entity_share_client/src/ImportContext.php, line 87

Class

ImportContext
Class ImportContext.

Namespace

Drupal\entity_share_client

Code

public function getRemoteId() {
  return $this->remoteId;
}