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