You are here

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_client

Code

public function getChannelId() {
  return $this->channelId;
}