You are here

public function RuntimeImportContext::setChannelLabel in Entity Share 8.3

Setter.

Parameters

string $channelLabel: The channel's Label.

File

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

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function setChannelLabel(string $channelLabel) : void {
  $this->channelLabel = $channelLabel;
}