You are here

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\DiffGenerator

Code

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