You are here

public function ImportContext::setRemoteChannelCount in Entity Share 8.3

Set remote channel count.

Parameters

string $remote_channel_count: The remote channel count.

File

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

Class

ImportContext
Class ImportContext.

Namespace

Drupal\entity_share_client

Code

public function setRemoteChannelCount(string $remote_channel_count) {
  $this->remoteChannelCount = $remote_channel_count;
}