You are here

public function EntityAlterEvent::getRemote in Entity Share 8.2

The remote entity.

Return value

\Drupal\entity_share_client\Entity\RemoteInterface The remote.

File

modules/entity_share_client/src/Event/EntityAlterEvent.php, line 61

Class

EntityAlterEvent
Defines an event for altering the entity.

Namespace

Drupal\entity_share_client\Event

Code

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