You are here

public function EntityListDataAlterEvent::getRemote in Entity Share 8.2

THe remote entity.

Return value

\Drupal\entity_share_client\Entity\RemoteInterface The remote entity.

File

modules/entity_share_client/src/Event/EntityListDataAlterEvent.php, line 70

Class

EntityListDataAlterEvent
Defines an event for altering the entity.

Namespace

Drupal\entity_share_client\Event

Code

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