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_clientCode
public function getRemoteChannelCount() {
return $this->remoteChannelCount;
}