You are here

public function EntityInsertEvent::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/EntityInsertEvent.php, line 61

Class

EntityInsertEvent
Defines an event for altering the entity.

Namespace

Drupal\entity_share_client\Event

Code

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