public function RuntimeImportContext::getRemote in Entity Share 8.3
Getter.
Return value
\Drupal\entity_share_client\Entity\RemoteInterface The remote.
File
- modules/
entity_share_client/ src/ RuntimeImportContext.php, line 102
Class
- RuntimeImportContext
- Class RuntimeImportContext.
Namespace
Drupal\entity_share_clientCode
public function getRemote() : RemoteInterface {
return $this->remote;
}