public function ImportContext::getChannelId in Entity Share 8.3
Get channel ID.
Return value
string The channel ID.
File
- modules/
entity_share_client/ src/ ImportContext.php, line 97
Class
- ImportContext
- Class ImportContext.
Namespace
Drupal\entity_share_clientCode
public function getChannelId() {
return $this->channelId;
}