public function DiffGeneratorPluginBase::setRemote in Entity Share 8.3
Sets Remote entity.
File
- modules/
entity_share_diff/ src/ DiffGenerator/ DiffGeneratorPluginBase.php, line 106
Class
- DiffGeneratorPluginBase
- Base class for Diff plugins.
Namespace
Drupal\entity_share_diff\DiffGeneratorCode
public function setRemote($remote) {
$this->remote = $remote;
}