public function RuntimeImportContext::setChannelUrl in Entity Share 8.3
Setter.
Parameters
string $channelUrl: The channel's URL.
File
- modules/
entity_share_client/ src/ RuntimeImportContext.php, line 172
Class
- RuntimeImportContext
- Class RuntimeImportContext.
Namespace
Drupal\entity_share_clientCode
public function setChannelUrl(string $channelUrl) : void {
$this->channelUrl = $channelUrl;
}