You are here

public function JsonapiHelperInterface::setRemote in Entity Share 8

Same name and namespace in other branches
  1. 8.2 modules/entity_share_client/src/Service/JsonapiHelperInterface.php \Drupal\entity_share_client\Service\JsonapiHelperInterface::setRemote()

Set the remote to get content from.

Parameters

\Drupal\entity_share_client\Entity\RemoteInterface $remote: The remote website to get content from.

1 method overrides JsonapiHelperInterface::setRemote()
JsonapiHelper::setRemote in modules/entity_share_client/src/Service/JsonapiHelper.php
Set the remote to get content from.

File

modules/entity_share_client/src/Service/JsonapiHelperInterface.php, line 78

Class

JsonapiHelperInterface
Remote manager interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function setRemote(RemoteInterface $remote);