You are here

public function RemoteManagerInterface::getChannelsInfos in Entity Share 8

Same name and namespace in other branches
  1. 8.3 modules/entity_share_client/src/Service/RemoteManagerInterface.php \Drupal\entity_share_client\Service\RemoteManagerInterface::getChannelsInfos()
  2. 8.2 modules/entity_share_client/src/Service/RemoteManagerInterface.php \Drupal\entity_share_client\Service\RemoteManagerInterface::getChannelsInfos()

Get the channels infos of a remote website.

Parameters

\Drupal\entity_share_client\Entity\RemoteInterface $remote: The remote website on which to get the channels infos.

Return value

array An array of channel infos as returned by entity_share_server entry point.

1 method overrides RemoteManagerInterface::getChannelsInfos()
RemoteManager::getChannelsInfos in modules/entity_share_client/src/Service/RemoteManager.php
Get the channels infos of a remote website.

File

modules/entity_share_client/src/Service/RemoteManagerInterface.php, line 43

Class

RemoteManagerInterface
Remote manager interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function getChannelsInfos(RemoteInterface $remote);