You are here

public function RuntimeImportContext::getChannelUrl in Entity Share 8.3

Getter.

Return value

string The channel's URL.

File

modules/entity_share_client/src/RuntimeImportContext.php, line 162

Class

RuntimeImportContext
Class RuntimeImportContext.

Namespace

Drupal\entity_share_client

Code

public function getChannelUrl() : string {
  return $this->channelUrl;
}