You are here

public function DiffGeneratorPluginBase::getRemote in Entity Share 8.3

Returns Remote entity.

3 calls to DiffGeneratorPluginBase::getRemote()
DynamicEntityReferenceFieldDiffParser::build in modules/entity_share_diff/src/Plugin/DiffGenerator/DynamicEntityReferenceFieldDiffParser.php
Builds an array of strings.
EntityReferenceFieldDiffParser::build in modules/entity_share_diff/src/Plugin/DiffGenerator/EntityReferenceFieldDiffParser.php
Builds an array of strings.
FileFieldDiffParser::build in modules/entity_share_diff/src/Plugin/DiffGenerator/FileFieldDiffParser.php
Builds an array of strings.

File

modules/entity_share_diff/src/DiffGenerator/DiffGeneratorPluginBase.php, line 99

Class

DiffGeneratorPluginBase
Base class for Diff plugins.

Namespace

Drupal\entity_share_diff\DiffGenerator

Code

public function getRemote() {
  return $this->remote;
}