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