You are here

public function RuntimeImportContext::setRemote in Entity Share 8.3

Setter.

Parameters

\Drupal\entity_share_client\Entity\RemoteInterface $remote: The remote.

File

modules/entity_share_client/src/RuntimeImportContext.php, line 112

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function setRemote(RemoteInterface $remote) : void {
  $this->remote = $remote;
}