You are here

public function RuntimeImportContext::setChannelId in Entity Share 8.3

Setter.

Parameters

string $channel_id: The channel's identifier.

File

modules/entity_share_client/src/RuntimeImportContext.php, line 132

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function setChannelId(string $channel_id) : void {
  $this->channelId = $channel_id;
}