You are here

public function ImportContext::getRemoteChannelCount in Entity Share 8.3

Get remote channel count.

Return value

string The remote channel count.

File

modules/entity_share_client/src/ImportContext.php, line 177

Class

ImportContext
Class ImportContext.

Namespace

Drupal\entity_share_client

Code

public function getRemoteChannelCount() {
  return $this->remoteChannelCount;
}