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_clientCode
public function setRemote(RemoteInterface $remote) : void {
$this->remote = $remote;
}